-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 1.24 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
36
37
{
"name": "angelscripts-stem-k8s",
"version": "0.0.2",
"description": "[organic-stem-skeleton v3](https://github.com/node-organic/organic-stem-skeleton) based k8s related utilities.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0",
"preversion": "npm test",
"release-patch": "npm version patch && npm publish",
"release-minor": "npm version minor && npm publish",
"release-major": "npm version major && npm publish",
"postversion": "git push origin master && git push origin master --tags"
},
"author": "Boris Filipov",
"license": "MIT",
"dependencies": {
"file-exists": "^5.0.1",
"organic-dna-branches": "^1.0.0",
"organic-dna-cells-info": "^3.0.1",
"organic-dna-repo-loader": "^2.1.1",
"organic-stem-skeleton-find-root": "^2.0.1",
"p-iteration": "^1.1.8",
"yaml": "^1.10.2"
},
"devDependencies": {
"eslint": "^7.12.1",
"eslint-config-standard": "^16.0.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/node-organic/angelscripts-stem-k8s.git"
},
"bugs": {
"url": "https://github.com/node-organic/angelscripts-stem-k8s/issues"
},
"homepage": "https://github.com/node-organic/angelscripts-stem-k8s#readme"
}