-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1 KB
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
{
"name": "@symbeon/orbit-devops",
"version": "1.4.1",
"description": "The Developer's Workspace Command Center. Diagnose, Optimize, Compact, Control.",
"main": "bin/orbit.js",
"bin": {
"orbit": "./bin/orbit.js",
"orbit-devops": "./bin/orbit.js"
},
"scripts": {
"start": "node bin/orbit.js",
"test": "vitest run",
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/SH1W4/orbit-devops.git"
},
"keywords": [
"windows",
"devops",
"cleanup",
"wsl",
"docker",
"optimization"
],
"author": "Symbeon",
"license": "MIT",
"type": "module",
"bugs": {
"url": "https://github.com/SH1W4/orbit-devops/issues"
},
"homepage": "https://github.com/SH1W4/orbit-devops#readme",
"dependencies": {
"chalk": "^5.4.1",
"commander": "^13.1.0",
"cross-spawn": "^7.0.6",
"inquirer": "^12.4.1"
},
"devDependencies": {
"eslint": "^8.57.1",
"eslint-plugin-vitest": "^0.5.4",
"vitest": "^4.0.18"
}
}