og-image/package.json
Steven 17fd8a2a07
Enable node 10 (#80)
* Enable node 10
2019-10-14 14:39:59 -04:00

25 lines
563 B
JSON

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