-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 965 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
{
"name": "doc-help",
"version": "1.0.0",
"main": "index.js",
"repository": "[email protected]:choice-form/doc-help.git",
"author": "fenyiwudian <[email protected]>",
"license": "MIT",
"dependencies": {
"@types/cheerio": "^0.22.13",
"@types/marked": "^0.6.5",
"@types/mkdirp": "^0.5.2",
"@types/node": "^12.7.1",
"@types/rimraf": "^2.0.2",
"chalk": "^2.4.2",
"cheerio": "^1.0.0-rc.3",
"hasha": "^5.0.0",
"marked": "^0.7.0",
"mkdirp": "^0.5.1",
"rimraf": "^2.7.0",
"typescript": "^3.5.3",
"yamljs": "^0.3.0"
},
"scripts": {
"gen-lang": "./node_modules/.bin/tsc && node build/task/copy-lang-dir.js",
"check-link": "./node_modules/.bin/tsc && node build/tool/check-link.js",
"prod": "./node_modules/.bin/tsc && node build/tool/check-link.js && node build/task/index.js prod",
"staging": "./node_modules/.bin/tsc && node build/tool/check-link.js && node build/task/index.js staging"
}
}