-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 1.08 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
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "Cloud Native Bootcamp",
"version": "1.0.0",
"description": "Cloud Native Bootcamp",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"dev:build": "./dev/build.sh prodguide-dev",
"predev": "./dev/clean.sh prodguide-dev",
"dev": "./dev/run.sh prodguide-dev 8000",
"postdev": "./dev/logs.sh prodguide-dev",
"dev:stop": "./dev/clean.sh prodguide-dev",
"test": "./dev/test.sh prodguide-dev && exit 1",
"build": "./build.sh",
"dev:spell": "cspell docs/**/*.md",
"dev:links": "linkchecker -f linkcheckerrc --check-extern public",
"serve": "./dev/mkdocs.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.ibm.com/CE-National/TechDemos.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.ibm.com/CE-National/TechDemos/issues"
},
"homepage": "https://github.ibm.com/CE-National/TechDemos#readme",
"dependencies": {
"cspell": "^5.18.4",
"linkchecker": "^1.1.0"
}
}