forked from citysciencelab/cosi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 1.08 KB
/
package.json
File metadata and controls
27 lines (27 loc) · 1.08 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
{
"name": "addons",
"version": "2.31.0",
"description": "Addons to the Masterportal of Landesbetrieb Geoinformation und Vermessung Freie und Hansestadt Hamburg",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://bitbucket.org/geowerkstatt-hamburg/addons.git"
},
"scripts": {
"versionHotfix": "npm version patch && npm run versionLatest && git push --tags -f",
"versionMinor": "npm version minor && npm run versionLatest && git push --tags -f",
"versionMajor": "npm version major && npm run versionLatest && git push --tags -f",
"versionLatest": "git tag latest -f",
"postinstall": "cd cosi && npm install --legacy-peer-deps && cd .. && cd quickResponseCode && npm install && cd .. && cd sdpDownload && npm install && cd .. && cd valuationPrint && npm install && cd .. && cd vcOblique && npm install",
"prePushHook": "cd .. && npm run prePushHook",
"prepare": "husky install"
},
"devDependencies": {
"husky": "^8.0.2"
},
"engines": {
"node": ">= 16.13.2 <= 16.18.1",
"npm": ">= 8.1.2 <= 8.19.2"
},
"dependencies": {}
}