forked from zowe/docs-site
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·22 lines (22 loc) · 1.22 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
{
"name": "docs-site",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: pending to verify dead links.\"",
"test:links": "w3c-linkchecker-local --checklink-command docker --base-domain zowe-docs-test-links --base-url /docs-site/ --summary --recursive --ignore-robots-forbidden --ignore-broken-fragments --ignore-redirection --exclude \"https?:\\/\\/((?!zowe-docs-test-links|zowe\\.org|www\\.zowe\\.org|projectgiza\\.org|www\\.projectgiza\\.org|zowe\\.github\\.io).)*\\/\" ./.deploy/",
"test:links:latest": "w3c-linkchecker-local --checklink-command docker --base-domain zowe-docs-test-links --base-url /docs-site/latest/ --summary --recursive --ignore-robots-forbidden --ignore-broken-fragments --ignore-redirection --exclude \"https?:\\/\\/((?!zowe-docs-test-links|zowe\\.org|www\\.zowe\\.org|projectgiza\\.org|www\\.projectgiza\\.org|zowe\\.github\\.io).)*\\/\" ./.deploy/latest/",
"docs:dev": "vuepress dev docs",
"docs:build": "vuepress build docs",
"docs:pdf": "./docs/.pdf/build.sh"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"replace": "^1.0.0",
"vuepress": "^0.14.1",
"w3c-linkchecker-local": "^0.1.10"
}
}