-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·57 lines (57 loc) · 1.33 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "@rockerjs/cli",
"preferGlobal": true,
"version": "1.0.16",
"engines": {
"node": ">=8.0.0"
},
"author": {
"name": "flyseamomo",
"email": "[email protected]"
},
"description": "Production process manager for Node.JS rocker applications with a built-in load balancer.",
"main": "index.js",
"types": "types/index.d.ts",
"scripts": {
"test": ""
},
"bin": {
"r": "./bin/rocker",
"rocker": "./bin/rocker",
"rocker-tools": "./bin/rocker-tools"
},
"dependencies": {
"await-event": "^2.1.0",
"cfork": "^1.7.1",
"chokidar": "^3.0.0",
"cli-table-redemption": "^1.0.1",
"cluster-reload": "^1.0.2",
"commander": "2.15.1",
"debug": "^3.2.6",
"ejs": "^2.6.1",
"fs-extra": "^8.0.1",
"ini": "^1.3.5",
"lodash": "^4.17.15",
"moment": "^2.24.0",
"mz-modules": "^2.1.0",
"ps-tree": "^1.2.0",
"sb-scandir": "^2.0.0",
"sendmessage": "^1.1.0",
"shelljs": "^0.8.3"
},
"devDependencies": {
"@types/ejs": "^2.6.3",
"@types/fs-extra": "^8.0.0",
"@types/ini": "^1.3.30",
"@types/lodash": "^4.14.129",
"@types/node": "^11.13.6",
"@types/shelljs": "^0.8.5",
"mocha": "^5.2.0",
"should": "^13"
},
"repository": {
"type": "git",
"url": "https://github.com/weidian-inc/rockerjs-cli"
},
"license": "ISC"
}