-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 754 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 754 Bytes
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
{
"name": "online-docs",
"version": "1.0.1",
"description": "EMQ X Online Docs",
"main": "index.js",
"author": "emqx team",
"license": "Apache 2.0",
"private": true,
"scripts": {
"serve": "gitbook serve",
"docs": "gitbook install && gitbook serve",
"html": "gitbook install && gitbook build . _book && npm run clear && npm run icon",
"pdf": "gitbook install && gitbook pdf . _book.pdf",
"mkdir": "node ./_tools/generate_summary.js",
"lint": "node ./_tools/style_lint.js",
"clear": "node ./_tools/clear.js",
"icon": "node _tools/icon.js"
},
"dependencies": {
"gitbook-cli": "^2.3.2",
"glob": "^7.1.3",
"http-proxy-to-socks": "^1.1.2",
"node-xlsx": "^0.15.0",
"pangu": "^3.3.0"
}
}