-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 845 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
{
"name": "@nex-otaku/nginx-host-manager",
"version": "1.0.0",
"description": "Tool to manage Nginx hosts",
"main": "host-manager/host-manager-cli.js",
"scripts": {
"cli": "node host-manager/host-manager-cli.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"preferGlobal": true,
"bin": "./host-manager/host-manager-cli.js",
"keywords": [
"nodejs",
"nginx",
"docker",
"localhost",
"reverse-proxy",
"tool"
],
"author": "Nex Otaku",
"license": "MIT",
"dependencies": {
"chalk": "^4.1.0",
"child-process-promise": "^2.2.1",
"clear": "^0.1.0",
"clui": "^0.3.6",
"command-exists": "^1.2.9",
"docker-cli-js": "^2.7.1",
"figlet": "^1.5.0",
"inquirer": "^7.3.3",
"lodash": "^4.17.20",
"minimist": "^1.2.5",
"press-any-key": "^0.1.1"
}
}