-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
35 lines (35 loc) · 1.12 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
{
"name": "geoserver-introduction-ws",
"version": "1.2.0",
"private": true,
"description": "The materials for the geoserver-introduction workshop",
"keywords": [
"workshop",
"geoserver"
],
"homepage": "https://github.com/terrestris/geoserver-introduction-ws#readme",
"bugs": {
"url": "https://github.com/terrestris/geoserver-introduction-ws/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/terrestris/geoserver-introduction-ws.git"
},
"license": "MIT",
"author": "terrestris GmbH & Co. KG",
"scripts": {
"build": "npm run clean && npm run doc:build && npm run doc:pdf",
"clean": "rm -rf src/_book build",
"dev": "honkit serve src",
"doc:build": "honkit build src build/geoserver-introduction-ws",
"doc:pdf": "honkit pdf src ./build/geoserver-introduction-ws/geoserver-introduction-ws.pdf"
},
"devDependencies": {
"@commitlint/cli": "^19.2.0",
"@commitlint/config-conventional": "^19.1.0",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"honkit": "^5.1.4",
"semantic-release": "^23.0.4"
}
}