mirror of
https://github.com/FlipsideCrypto/og-image.git
synced 2026-02-06 10:46:43 +00:00
25 lines
563 B
JSON
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"
|
|
}
|
|
}
|