-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 988 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 988 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "bakerx",
"version": "0.9.0",
"description": "Front-end for creating and managing virtual environments",
"main": "index.js",
"bin": "index.js",
"scripts": {
"test": "jest --colors"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ottomatica/bakerx.git"
},
"keywords": [
"virtual"
],
"author": "ottomatica",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/ottomatica/bakerx/issues"
},
"homepage": "https://github.com/ottomatica/bakerx#readme",
"dependencies": {
"chalk": "^4.1.0",
"follow-redirects": "^1.13.2",
"fs-extra": "^9.1.0",
"got": "^11.8.1",
"infra.connectors": "github:ottomatica/infra.connectors",
"is-wsl": "^2.2.0",
"js-yaml": "^3.14.1",
"ora": "^5.3.0",
"slash": "^3.0.0",
"tar": "^6.1.0",
"virtcrud": "github:ottomatica/virtcrud",
"waitssh": "^1.0.3",
"yargs": "^16.2.0"
},
"devDependencies": {
"jest": "^26.6.3"
}
}