forked from vercel/og-image
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.01 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
{
"name": "checkly-og-image",
"description": "Dynamic og:image generator for ChecklyHQ",
"contributors": [
"Maxi Gimenez <[email protected]>",
"Nico Domino <[email protected]>"
],
"homepage": "https://og-image.checklyhq.com",
"repository": "https://github.com/checkly/og-image",
"bugs": "https://github.com/checkly/og-image/issues",
"keywords": [
"og-image",
"playwright"
],
"version": "0.2.0",
"license": "MIT",
"scripts": {
"dev:local": "vercel dev --listen 3005",
"dev:local:debug": "OG_HTML_DEBUG=1 vercel dev --listen 3005",
"build": "tsc -p api/tsconfig.json && tsc -p web/tsconfig.json",
"prettier": "prettier ./**/*.ts",
"prettier:write": "prettier --write ./**/*.ts"
},
"dependencies": {
"chrome-aws-lambda": "10.1.0",
"twemoji": "14.0.2"
},
"devDependencies": {
"@types/marked": "4.0.3",
"playwright-core": "^1.22.2",
"prettier": "^2.6.2",
"typescript": "4.7.2",
"vercel": "25.0.0"
},
"prettier": {
"semi": false
}
}