forked from flaasz/Valhalla-Updater
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 789 Bytes
/
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
{
"dependencies": {
"adm-zip": "^0.5.12",
"archiver": "^7.0.1",
"axios": "^1.7.4",
"body-parser": "^1.20.2",
"dir-compare": "^5.0.0",
"discord.js": "^14.15.2",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"form-data": "^4.0.0",
"fs-extra": "^11.2.0",
"moment": "^2.30.1",
"mongodb": "^6.6.1",
"progress": "^2.0.3",
"pterosocket": "^1.0.6",
"sharp": "^0.33.4",
"unpacker-with-progress": "^2.0.3"
},
"name": "valhalla-updater",
"version": "1.0.0",
"description": "An all-in one updater for Minecraft modpacks hosted on CurseForge and FeedTheBeast.",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "",
"license": "MIT"
}