forked from MCSManager/Daemon
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.26 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
{
"name": "mcsmanager-daemon",
"version": "1.3.0",
"description": "daemon",
"main": "app.js",
"scripts": {
"serve": "ts-node ./src/app.ts",
"test": "mocha src/test/*.ts --require ts-node/register ",
"start": "ts-node ./src/app.ts",
"build": "tsc"
},
"author": "Suwings",
"license": "GPL",
"dependencies": {
"@koa/router": "^10.0.0",
"compressing": "^1.5.1",
"crypto": "^1.0.1",
"dockerode": "3.1.0",
"fs-extra": "^9.0.1",
"iconv-lite": "^0.6.2",
"koa": "^2.13.1",
"koa-body": "^4.2.0",
"log4js": "^6.4.0",
"node-schedule": "^2.0.0",
"os-utils": "0.0.14",
"pidusage": "^2.0.21",
"properties": "^1.2.1",
"socket.io": "^3.1.2",
"socket.io-client": "^3.1.3",
"uuid": "^8.3.2",
"yaml": "^1.10.2"
},
"devDependencies": {
"@types/dockerode": "^3.2.7",
"@types/fs-extra": "^9.0.11",
"@types/iconv-lite": "0.0.1",
"@types/koa": "^2.13.4",
"@types/koa__router": "^8.0.7",
"@types/log4js": "^2.3.5",
"@types/mocha": "^8.2.2",
"@types/node": "^15.0.2",
"@types/node-schedule": "^1.3.2",
"@types/os-utils": "0.0.1",
"@types/pidusage": "^2.0.1",
"@types/uuid": "^8.3.0",
"eslint": "^7.13.0",
"ts-node": "^9.1.1",
"typescript": "^4.2.4"
}
}