-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
51 lines (51 loc) · 1.39 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
{
"name": "mcsmanager-panel",
"version": "9.4.2",
"daemonVersion": "1.5.2",
"description": "Distributed clustering, groupable, lightweight and out-of-the-box Minecraft server management panel",
"scripts": {
"dev": "nodemon app.js",
"start": "ts-node ./src/app.ts",
"build": "tsc"
},
"homepage": "https://mcsmanager.com/",
"author": "https://github.com/Suwings",
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/MCSManager/MCSManager"
},
"dependencies": {
"@koa/router": "^10.0.0",
"crypto": "^1.0.1",
"koa": "^2.13.1",
"koa-body": "^4.2.0",
"koa-mount": "^4.0.0",
"koa-session": "^6.2.0",
"koa-static": "^5.0.0",
"log4js": "^6.4.0",
"md5": "^2.3.0",
"node-schedule": "^2.0.0",
"os-utils": "0.0.14",
"socket.io": "^3.1.2",
"socket.io-client": "^3.1.3",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/fs-extra": "^9.0.11",
"@types/koa": "^2.13.1",
"@types/koa-session": "^5.10.3",
"@types/koa-static": "^4.0.1",
"@types/koa__router": "^8.0.4",
"@types/md5": "^2.3.1",
"@types/node": "^14.14.41",
"@types/node-schedule": "^1.3.2",
"@types/os-utils": "0.0.1",
"@types/socket.io": "^2.1.13",
"@types/socket.io-client": "^1.4.36",
"@types/uuid": "^8.3.0",
"eslint": "^7.23.0",
"ts-node": "^9.1.1",
"typescript": "^4.2.4"
}
}