-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.2 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "@jswork/kube-config-list",
"version": "1.0.2",
"description": "k8s config list.",
"homepage": "https://js.work",
"author": {
"name": "afei",
"email": "[email protected]"
},
"bin": {
"kube-config-list": "bin/index.js"
},
"scripts": {
"test": "jest",
"build": "gulp",
"release": "release-it"
},
"main": "index.js",
"license": "MIT",
"dependencies": {
"@jswork/next": "^1.0.5",
"@jswork/next-absolute-package": "^1.0.1",
"@jswork/next-get-key": "^1.0.0",
"commander": "^6.2.0",
"globby": "^11.1.0",
"gulp-rename": "^2.0.0",
"ipt": "^3.2.0",
"require-dir": "^1.2.0",
"yargs": "^13.2.4"
},
"devDependencies": {
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-load-plugins": "^2.0.5",
"gulp-replace": "^1.0.0",
"jest": "^28.1.0",
"prettier": "^2.1.2",
"release-it": "^14.2.1"
},
"keywords": [
"config",
"ipt",
"k8s",
"kube",
"kubernetes",
"list",
"ntl",
"cli",
"kcl"
],
"repository": {
"type": "git",
"url": "https://github.com/afeiship/kube-config-list.git"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org"
}
}