-
Notifications
You must be signed in to change notification settings - Fork 64
/
package.json
executable file
·40 lines (40 loc) · 939 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
36
37
38
39
40
{
"name": "puppeteer-api-zh_cn",
"version": "1.9.0",
"description": "puppeteer api",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"build": "node build.js",
"prod": "static ./docs -p 8888",
"serve": "static ./src -p 8887"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zhaoqize/puppeteer-api-zh_CN.git"
},
"keywords": [
"puppeteer"
],
"author": "zhaoqize",
"license": "MIT",
"bugs": {
"url": "https://github.com/zhaoqize/puppeteer-api-zh_CN/issues"
},
"homepage": "https://github.com/zhaoqize/puppeteer-api-zh_CN#readme",
"devDependencies": {
"commonmark": "^0.28.1",
"csso": "^3.5.0",
"glob": "^7.1.2",
"idb-keyval": "^3.0.4",
"ncp": "^2.0.0",
"node-static": "^0.7.10",
"puppeteer": "^1.4.0",
"rimraf": "^2.6.2",
"rollup": "^0.59.4",
"uglify-es": "^3.3.9",
"workbox-cli": "^3.2.0"
}
}