-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 839 Bytes
/
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
{
"name": "netjs-cli",
"version": "1.0.3",
"description": "Network management tool written in JS",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node .",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/IpyZ/netjs.git"
},
"author": "Filip Śliwa",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/IpyZ/netjs/issues"
},
"homepage": "https://github.com/IpyZ/netjs#readme",
"dependencies": {
"chalk": "^5.3.0",
"command-exists": "^1.2.9",
"inquirer": "^9.2.12",
"meow": "^13.0.0"
},
"bin": {
"netjs": "index.js"
},
"os": ["linux"],
"keywords": [
"network",
"net",
"config",
"configuration",
"admin",
"begginers",
"cli",
"tui"
]
}