og-image/package.json
Steven 9e4bc4f78f
Upgrade Node 10 to Node 12 (#106)
- Upgrade Node 10 to Node 12
- Bump dependencies to the latest version
- Fix a small typescript issue @Snazzyham mentioned #105
- Fix perf by using `setContent()` instead of writing a file each request per @ChristopherBiscardi,  [suggested on twitter](https://twitter.com/chrisbiscardi/status/1239686555972718593)
2020-04-06 13:58:11 -04:00

22 lines
441 B
JSON

{
"private": true,
"engines": {
"node": "12.x"
},
"scripts": {
"build": "tsc -p api/tsconfig.json && tsc -p web/tsconfig.json"
},
"dependencies": {
"chrome-aws-lambda": "2.1.1",
"marked": "0.8.2",
"puppeteer-core": "2.1.1",
"twemoji": "12.1.5"
},
"devDependencies": {
"@types/marked": "0.7.3",
"@types/puppeteer": "2.0.1",
"@types/puppeteer-core": "2.0.0",
"typescript": "3.8.3"
}
}