-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
38 lines (38 loc) · 969 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
30
31
32
33
34
35
36
37
38
{
"name": "livingdocs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"dependencies": {
"clipboard": "^2.0.8",
"domhandler": "^5.0.0",
"domutils": "^3.0.0",
"glob": "^11.0.0",
"htmlparser2": "^10.0.0",
"lunr": "^2.3.9",
"serve": "^14.2.0"
},
"scripts": {
"build": "./bin/build.sh",
"build:fast": "./bin/build.sh --fast",
"start": "exec hugo server --buildDrafts --buildFuture --openBrowser --navigateToChanged",
"start:production": "serve ./public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/livingdocsIO/documentation.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/upfrontIO/livingdocs/issues"
},
"homepage": "https://github.com/livingdocsIO/documentation#readme",
"release": {
"npmPublish": false,
"extends": "@livingdocs/semantic-release-presets/github-verify",
"branches": [
"main"
]
}
}