og-image/package.json

23 lines
507 B
JSON
Raw Normal View History

2019-01-01 16:19:25 -08:00
{
"name": "og-image",
"version": "1.0.0",
"description": "Generate an open graph image for twitter/facebook/etc",
"main": "card.js",
"scripts": {
2019-01-21 14:21:11 -08:00
"start": "node card.js",
"build": "tsc",
"watch": "tsc --watch"
2019-01-01 16:19:25 -08:00
},
"author": "styfle",
"repository": "github:styfle/og-image",
"license": "MIT",
"dependencies": {
"chrome-aws-lambda": "1.11.1",
"puppeteer-core": "1.11.0"
2019-01-21 12:31:16 -08:00
},
"devDependencies": {
"@types/puppeteer-core": "^1.9.0",
"typescript": "^3.2.4"
2019-01-01 16:19:25 -08:00
}
}