-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.4 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.4 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
46
47
48
49
50
51
52
53
{
"name": "manager-tsc",
"version": "3.1.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc",
"run:debug": "NODE_ENV=dev DEBUG=* node --inspect -r ts-node/register main.ts"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@types/async": "^2.4.1",
"@types/body-parser": "^1.17.0",
"@types/dockerode": "^2.5.12",
"@types/express": "^4.16.1",
"@types/fs-extra": "^5.0.5",
"@types/node": "^10.12.26",
"@types/query-string": "^6.2.0",
"@types/raven": "^2.5.3",
"@types/socket.io": "^2.1.2",
"@types/tail": "^1.2.1",
"@types/winston": "^2.4.4",
"nodemon": "^1.18.10",
"prettier": "^1.16.4",
"ts-node": "^7.0.1",
"tslint": "^5.12.1",
"tslint-config-prettier": "^1.18.0",
"typescript": "^3.3.3"
},
"dependencies": {
"async": "^2.6.2",
"body-parser": "^1.18.3",
"dev-null": "^0.1.1",
"diskspace": "^2.0.0",
"dockerode": "^2.5.8",
"dockerode-utils": "0.0.7",
"express": "^4.16.4",
"fs-extra": "^7.0.1",
"gamedig": "github:SimplyServers/node-gamedig",
"node-pty": "^0.8.1",
"os-utils": "0.0.14",
"query-string": "^6.2.0",
"raven": "^2.6.4",
"sha1-file": "^1.0.4",
"socket.io": "^2.2.0",
"socket.io-stream": "github:SimplyServers/socket.io-stream",
"strip-ansi": "^5.0.0",
"tail": "^2.0.2",
"userid": "^0.3.1",
"winston": "^3.2.1"
}
}