og-image/package.json
Steven d05a27116c
Remove builds in favor of zero-config (#87)
* Remove builds in favor of zero-config

* Rename types from .d.ts to .ts and import

* Fix types

* Fix web build to use separate tsconfig.json

* Rename web/browser.ts to web/index.ts

* Move fonts
2019-07-25 12:35:12 -04:00

24 lines
531 B
JSON

{
"name": "og-image",
"version": "1.0.0",
"description": "Generate an open graph image for twitter/facebook/etc",
"engines": {
"node": "8.10.x"
},
"scripts": {
"build": "tsc -p api/tsconfig.json && tsc -p web/tsconfig.json"
},
"license": "MIT",
"dependencies": {
"chrome-aws-lambda": "1.11.1",
"marked": "0.7.0",
"puppeteer-core": "1.11.0",
"twemoji": "11.3.0"
},
"devDependencies": {
"@types/marked": "0.6.5",
"@types/puppeteer-core": "1.9.0",
"typescript": "3.5.3"
}
}