-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.08 KB
/
Copy pathpackage.json
File metadata and controls
35 lines (35 loc) · 1.08 KB
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": "wxworkapi",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"extract-nav": "node scripts/extract-nav.mjs",
"crawl": "node scripts/crawl.mjs",
"gen-index": "node scripts/gen-index.mjs",
"update": "node scripts/extract-nav.mjs && node scripts/crawl.mjs && node scripts/gen-index.mjs",
"extract-help-nav": "node scripts/extract-help-nav.mjs",
"crawl:help": "node scripts/crawl-help.mjs",
"update:help": "node scripts/extract-help-nav.mjs && node scripts/crawl-help.mjs && node scripts/gen-index.mjs",
"update:all": "npm run update && npm run update:help",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KevinShiCN/WxWorkAPI.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "module",
"bugs": {
"url": "https://github.com/KevinShiCN/WxWorkAPI/issues"
},
"homepage": "https://github.com/KevinShiCN/WxWorkAPI#readme",
"dependencies": {
"playwright": "^1.58.2"
}
}