-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.47 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.47 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
{
"name": "craftbox",
"version": "1.0.0-beta.7",
"description": "A modern self-hosted platform for managing Minecraft servers with built-in mod support.",
"main": "src/server.js",
"funding": {
"type": "buymeacoffee",
"url": "https://www.buymeacoffee.com/willtda"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node src/server.js",
"dev": "node --watch src/server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/diamonddigitaldev/Craftbox"
},
"keywords": [
"minecraft",
"server",
"management",
"admin",
"dashboard",
"utility",
"tool",
"self-hosted"
],
"author": "Diamond Digital Development <https://diamonddigital.dev>",
"license": "AGPL-3.0-only",
"dependencies": {
"adm-zip": "^0.5.16",
"archiver": "^7.0.1",
"bcrypt": "^6.0.0",
"better-sqlite3": "^12.8.0",
"bootstrap": "^5.3.8",
"chart.js": "^4.5.1",
"content-disposition": "^1.0.1",
"ejs": "^5.0.1",
"express": "^5.2.1",
"express-rate-limit": "^8.3.1",
"express-session": "^1.19.0",
"material-icons": "^1.13.14",
"multer": "^2.1.1",
"passport": "^0.7.0",
"passport-local": "^1.0.0",
"quick.db": "^9.1.7",
"sharp": "^0.34.5",
"uuid": "^13.0.0",
"ws": "^8.19.0"
}
}