forked from spences10/generate-og-image
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "generate-og-image",
"version": "0.0.1",
"main": "dist/card.js",
"author": "Scott Spence <yo@scottspence.dev>",
"license": "MIT",
"scripts": {
"build": "tsc",
"now-build": "tsc",
"watch": "tsc --watch"
},
"dependencies": {
"chrome-aws-lambda": "3.1.1",
"puppeteer-core": "5.2.1"
},
"devDependencies": {
"@types/node": "14.0.27",
"typescript": "3.9.7"
},
"prettier": {
"singleQuote": true,
"semi": false,
"trailingComma": "es5",
"printWidth": 70,
"arrowParens": "avoid",
"proseWrap": "always"
},
"description": "Use the Vercel Now.sh platform to create a serverless function to create social sharing cards.",
"repository": {
"type": "git",
"url": "git+https://github.com/spences10/generate-og-image.git"
},
"keywords": [
"og",
"open graph",
"images"
],
"bugs": {
"url": "https://github.com/spences10/generate-og-image/issues"
},
"homepage": "https://github.com/spences10/generate-og-image#readme"
}