-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
37 lines (37 loc) · 1022 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
{
"name": "sandtank",
"version": "1.1.7",
"description": "Interactively simulate and visualize groundwater movement",
"dependencies": {
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/exec": "^5.0.0",
"@semantic-release/git": "^9.0.0",
"commitizen": "^4.0.4",
"semantic-release": "^19.0.3"
},
"devDependencies": {
"kw-doc": "^1.3.0"
},
"scripts": {
"commit": "git cz",
"doc": "kw-doc -c ./documentation/config.js",
"doc:publish": "kw-doc -c ./documentation/config.js -mp",
"doc:www": "kw-doc -c ./documentation/config.js -s",
"semantic-release": "semantic-release"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"repository": {
"type": "git",
"url": "https://github.com/hydroframe/SandTank.git"
},
"author": "HydroFrame",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/hydroframe/SandTank/issues"
},
"homepage": "https://github.com/hydroframe/SandTank#readme"
}