-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.12 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.12 KB
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.3.1",
"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 src/build/geoserver-introduction-ws/geoserver-introduction-ws.pdf"
},
"devDependencies": {
"@commitlint/cli": "^20.4.4",
"@commitlint/config-conventional": "^20.4.4",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"honkit": "^6.1.6",
"semantic-release": "^25.0.3"
}
}