forked from Seeroy/kubek-minecraft-dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1.15 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
{
"name": "kubek-minecraft-dashboard",
"version": "3.0.7",
"description": "",
"main": "app.js",
"author": "Seeroy",
"scripts": {
"start": "node app.js",
"build": "pkg --config pkgconfig.json app.js",
"dockerBuild": "sudo docker build -t seeroy/kubek-minecraft-dashboard .",
"dockerStart": "sudo docker run --restart unless-stopped -dp 3000:3000 -v kubek",
"dockerPush": "sudo docker push seeroy/kubek-minecraft-dashboard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Seeroy/kubek-minecraft-dashboard"
},
"dependencies": {
"axios": "^0.27.2",
"colors": "^1.4.0",
"cookie-parser": "^1.4.7",
"crypto-js": "^4.2.0",
"decompress": "^4.2.1",
"express": "^4.21.1",
"express-fileupload": "^1.5.1",
"ftpd": "^0.2.16",
"iconv-lite": "^0.6.3",
"is-in-subnet": "^4.0.1",
"jimp": "^0.22.12",
"js-base64": "^3.7.7",
"mime": "^3.0.0",
"minecraft-server-properties": "^1.0.0",
"node-disk-info": "^1.3.0",
"node-machine-id": "^1.1.12",
"node-mcstatus": "^1.2.1",
"os-utils": "^0.0.14",
"swagger-autogen": "^2.23.7",
"tree-kill": "^1.2.2"
}
}