-
Notifications
You must be signed in to change notification settings - Fork 410
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 874 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 874 Bytes
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": "devspace",
"version": "undefined",
"description": "DevSpace CLI - the swiss-army knife for Kubernetes. DevSpace CLI accelerates developing, deploying and debugging applications with Docker and Kubernetes.",
"bin": {
"devspace": "bin/devspace"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/devspace-sh/devspace"
},
"homepage": "https://github.com/devspace-sh/devspace",
"scripts": {
"postinstall": "node index.js install",
"preuninstall": "node index.js uninstall",
"prepare": "node index.js update-version",
"test": "node index.js noop"
},
"dependencies": {
"cli-spinner": "^0.2.10",
"find-process": "^1.4.7",
"inquirer": "^7.0.5",
"node-fetch": "^2.6.7"
},
"license": "Apache-2.0"
}