forked from che-incubator/chectl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
159 lines (159 loc) · 5.32 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
{
"name": "chectl",
"description": "Eclipse Che CLI",
"version": "0.0.2",
"author": "Mario Loriedo @l0rd",
"bin": {
"chectl": "./bin/run"
},
"bugs": "https://github.com/che-incubator/chectl/issues",
"dependencies": {
"@kubernetes/client-node": "0.10.2",
"@oclif/command": "^1",
"@oclif/config": "^1",
"@oclif/parser": "^3.8.4",
"@oclif/plugin-autocomplete": "^0.1.5",
"@oclif/plugin-help": "^2",
"@oclif/plugin-update": "^1.3.9",
"@types/command-exists": "^1.2.0",
"@types/fs-extra": "^8.1.0",
"@types/node-notifier": "^5.4.0",
"@types/request": "^2.48.4",
"@types/websocket": "^1.0.0",
"@types/ws": "^7.2.2",
"axios": "^0.19.0",
"cli-ux": "^5.4.5",
"command-exists": "^1.2.8",
"debug": "^4.1.1",
"eclipse-che": "git://github.com/eclipse/che#master",
"eclipse-che-minishift": "git://github.com/minishift/minishift#master",
"eclipse-che-operator": "git://github.com/eclipse/che-operator#master",
"esprima": "^4.0.1",
"execa": "^4.0.0",
"fancy-test": "^1.4.7",
"fs-extra": "^8.1.0",
"listr": "^0.14.3",
"listr-verbose-renderer": "^0.6.0",
"lodash": "^4.17.13",
"mkdirp": "^1.0.3",
"node-notifier": "^6.0.0",
"tslib": "^1"
},
"devDependencies": {
"@eclipse-che/api": "latest",
"@oclif/dev-cli": "^1",
"@oclif/test": "^1",
"@oclif/tslint": "^3",
"@types/chai": "^4",
"@types/jest": "25.1.4",
"@types/js-yaml": "^3.12.2",
"@types/listr": "^0.14.2",
"@types/node": "^12",
"cpx": "^1.5.0",
"globby": "^11",
"jest": "^24.9.0",
"js-yaml": "^3.13.1",
"nock": "^11.7.0",
"ts-jest": "^24.3.0",
"ts-node": "^8",
"tslint": "^5",
"typescript": "^3.7",
"typescript-formatter": "7.2.2"
},
"engines": {
"node": ">=8.0.0"
},
"files": [
"/bin",
"/lib",
"/installers",
"/npm-shrinkwrap.json",
"/oclif.manifest.json"
],
"homepage": "https://github.com/che-incubator/chectl",
"keywords": [
"oclif"
],
"license": "EPL-2.0",
"main": "lib/index.js",
"oclif": {
"commands": "./lib/commands",
"bin": "chectl",
"macos": {
"identifier": "che-incubator.chectl"
},
"plugins": [
"@oclif/plugin-autocomplete",
"@oclif/plugin-help",
"@oclif/plugin-update"
],
"topics": {
"server": {
"description": "control Eclipse Che server"
},
"workspace": {
"description": "control Che workspaces"
}
},
"update": {
"s3": {
"host": "https://che-incubator.github.io/chectl/",
"templates": {
"target": {
"unversioned": "<%- 'channels/' + channel + '/' %><%- bin %>-<%- platform %>-<%- arch %><%- ext %>",
"versioned": "<%- 'channels/' + channel + '/' %>/<%- bin %>-<%- platform %>-<%- arch %><%- ext %>",
"manifest": "<%- 'channels/' + channel + '/' %><%- platform %>-<%- arch %>"
},
"vanilla": {
"unversioned": "<%- 'channels/' + channel + '/' %><%- bin %>-<%- platform %>-<%- arch %><%- ext %>",
"versioned": "<%- 'channels/' + channel + '/' %>/<%- bin %>-<%- platform %>-<%- arch %><%- ext %>",
"manifest": "<%- 'channels/' + channel + '/' %><%- platform %>-<%- arch %>"
}
}
}
}
},
"repository": "che-incubator/chectl",
"scripts": {
"postinstall": "npm run -s postinstall-repositories && npm run -s postinstall-helm && npm run -s postinstall-cert-manager && npm run -s postinstall-operator && npm run -s postinstall-minishift-addon && npm run -s postinstall-cleanup",
"postinstall-helm": "rimraf templates/kubernetes && cpx 'node_modules/eclipse-che/deploy/kubernetes/**' 'templates/kubernetes'",
"postinstall-cert-manager": "rimraf templates/cert-manager && cpx 'node_modules/eclipse-che/deploy/cert-manager/**' 'templates/cert-manager'",
"postinstall-minishift-addon": "rimraf templates/minishift-addon && cpx 'node_modules/eclipse-che-minishift/addons/che/**' 'templates/minishift-addon/che'",
"postinstall-operator": "rimraf templates/che-operator && cpx 'node_modules/eclipse-che-operator/deploy/**' 'templates/che-operator'",
"postinstall-repositories": "yarn upgrade eclipse-che eclipse-che-operator eclipse-che-minishift",
"postinstall-cleanup": "rimraf node_modules/eclipse-che && rimraf node_modules/eclipse-che-operator && rimraf node_modules/eclipse-che-minishift",
"test": "jest",
"posttest": "tslint -p test -t stylish",
"test-watch": "jest --watchAll",
"prepack": "rm -rf lib && rm -rf tsconfig.tsbuildinfo && tsc -b && oclif-dev manifest && oclif-dev readme",
"pack-binaries": "oclif-dev pack",
"postpack": "rm -f oclif.manifest.json",
"format": "tsfmt -r --useTsfmt tsfmt.json",
"tslint-fix": "tslint --fix -p test -t stylish",
"version": "oclif-dev readme && git add README.md",
"watch": "tsc --watch"
},
"types": "lib/index.d.ts",
"jest": {
"collectCoverage": true,
"collectCoverageFrom": [
"src/**/*.ts"
],
"coverageDirectory": "./coverage",
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"modulePathIgnorePatterns": [
"<rootDir>/dist"
],
"testRegex": "/test/(api|tasks)/.*.test.ts",
"testEnvironment": "node",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json"
]
}
}