og-image/package.json

25 lines
572 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",
2019-01-22 14:58:12 -08:00
"main": "dist/card.js",
2019-01-01 16:19:25 -08:00
"scripts": {
2019-01-22 14:58:12 -08:00
"start": "node dist/card.js",
2019-01-21 14:21:11 -08:00
"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",
2019-01-22 11:55:13 -08:00
"marked": "^0.6.0",
2019-01-01 16:19:25 -08:00
"puppeteer-core": "1.11.0"
2019-01-21 12:31:16 -08:00
},
"devDependencies": {
2019-01-22 11:55:13 -08:00
"@types/marked": "^0.6.0",
2019-01-21 12:31:16 -08:00
"@types/puppeteer-core": "^1.9.0",
"typescript": "^3.2.4"
2019-01-01 16:19:25 -08:00
}
}