-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.28 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "cezanne",
"version": "0.0.2",
"description": "Build social images with Node.js",
"author": "Michele Riva <[email protected]>",
"homepage": "https://github.com/Hackdoor-io/cezanne#readme",
"license": "GPL-3.0",
"main": "./lib/main.js",
"module": "./lib/main.js",
"types": "./lib/main.d.ts",
"directories": {
"lib": "lib",
"test": "tests"
},
"files": [
"lib"
],
"keywords": [
"puppeteer",
"nodejs",
"social",
"opengraph",
"screenshot"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Hackdoor-io/cezanne.git"
},
"scripts": {
"dev": "rollup -c -w",
"build": "rollup -c",
"test": "jest --coverage",
"compileDhallConf": "sh ./src/compileDhall.sh"
},
"bugs": {
"url": "https://github.com/Hackdoor-io/cezanne/issues"
},
"dependencies": {
"chalk": "^3.0.0",
"find-up": "^4.1.0",
"fs-extra": "^8.1.0",
"puppeteer": "^2.0.0",
"rambdax": "^3.5.0"
},
"devDependencies": {
"aws-sdk": "^2.606.0",
"codecov": "^3.6.2",
"eslint": "^6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-import": "^2.20.0",
"eslint-plugin-prettier": "^3.1.2",
"jest": "^25.1.0",
"prettier": "^1.19.1"
}
}