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