-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
55 lines (55 loc) · 1.29 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
{
"name": "easy-puppeteer-html",
"version": "1.0.2",
"description": "puppeteer prerender html",
"keywords": [
"puppeteer",
"prerender",
"easyjs",
"easywebpack"
],
"dependencies": {
"chalk": "^4.1.1",
"jsdom": "^16.6.0",
"urllib": "^2.34.1"
},
"devDependencies": {
"chai": "^4.1.1",
"codecov": "^3.0.0",
"cross-env": "^7.0.3",
"eslint": "^7.30.0",
"mocha": "^9.0.2",
"nyc": "^15.1.0",
"puppeteer": "^10.1.0"
},
"engines": {
"node": ">=8.0.0"
},
"scripts": {
"lint": "eslint .",
"fix": "eslint --fix .",
"test": "nyc --reporter=html --reporter=text mocha --timeout=1000000",
"cov": "nyc report --reporter=lcov && codecov --token=e971d1e7-39e2-44b1-b1ee-f4345b0adbee",
"ci": "npm run lint && npm run cov",
"ii": "npm install --registry https://registry.npm.taobao.org"
},
"nyc": {
"exclude": [
"**/*.spec.js",
"test/*.test.js"
]
},
"ci": {
"version": "8, 10, 12"
},
"repository": {
"type": "git",
"url": "git+https://github.com/easyjs/easy-puppeteer-html.git"
},
"bugs": {
"url": "https://github.com/easyjs/easy-puppeteer-html/issues"
},
"homepage": "https://github.com/easyjs/easy-puppeteer-html#readme",
"author": "[email protected]",
"license": "MIT"
}