-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 856 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 856 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": "docs",
"version": "1.0.0",
"description": "",
"scripts": {
"spellcheck": "cspell 'docs/**/*.md'",
"broken-link-local": "blcl --recursive --ordered --exclude-external ./site/",
"broken-link-all": "blcl --recursive --exclude farnell --exclude microsoft --exclude https://github.com/sourcebots/docs/tree/master/docs/* --ordered ./site/",
"test": "npm run spellcheck && npm run broken-link-local",
"ci-test": "npm run spellcheck && npm run broken-link-local"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sourcebots/docs.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/sourcebots/docs/issues"
},
"homepage": "https://github.com/sourcebots/docs#readme",
"dependencies": {
"broken-link-checker-local": "0.2.1",
"cspell": "^6.31.1"
}
}