-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.08 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-plus-backend",
"version": "8.6.27",
"description": "A simple Minecraft server web panel.",
"Keywords": [
"MCSManager",
"Minecraft",
"MinecraftServerManager",
"MinecraftServerPanel"
],
"main": "app.js",
"author": "H5mcbox,Suwings",
"readmeFilename": "README.md",
"license": "MIT",
"contributors": [
"Suwings",
"huangsijun17",
"LazyCreeper",
"Shuazijun",
"Jecvay",
"RimuruChan",
"Rabbit0w0"
],
"dependencies": {
"colors": "^1.1.2",
"compression": "^1.7.2",
"cookie-parser": "^1.4.6",
"express": "^4.18.1",
"express-session": "^1.17.3",
"express-ws": "^4.0.0",
"form-data": "^4.0.0",
"fs-extra": "^10.1.0",
"log4js": "^6.6.1",
"multer": "^1.4.4-lts.1",
"node-fetch": "^2.6.1",
"os-utils": "0.0.14",
"uuid": "^8.3.2",
"ws": "^8.8.1"
},
"repository": {
"type": "git",
"url": "https://github.com/h5mcbox/MCSManager-plus-Backend"
},
"scripts": {
"start": "node app.js",
"test": "node app.js --test"
},
"engines": {
"node": ">=8.0"
}
}