-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
35 lines (35 loc) · 874 Bytes
/
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
{
"name": "og-image-generator",
"description": "An open graph image generator for Creative Commons projects",
"repository": {
"type": "git",
"url": "git+https://github.com/creativecommons/og-image-generator.git"
},
"bugs": {
"url": "https://github.com/creativecommons/og-image-generator/issues"
},
"author": "zackkrida",
"scripts": {
"build": "tsc -p api/tsconfig.json && tsc -p web/tsconfig.json"
},
"private": true,
"dependencies": {
"@creativecommons/vocabulary": "^2020.8.6",
"chrome-aws-lambda": "2.1.1",
"marked": "0.8.2",
"puppeteer-core": "2.1.1",
"twemoji": "12.1.5"
},
"devDependencies": {
"@types/marked": "0.7.3",
"@types/puppeteer": "2.0.1",
"@types/puppeteer-core": "2.0.0",
"typescript": "3.8.3"
},
"engines": {
"node": "12.x"
},
"volta": {
"node": "12.18.4"
}
}