-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.04 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
{
"name": "modsdownloader",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"adm-zip": "^0.5.9",
"archiver": "^5.3.1",
"atob": "^2.1.2",
"bcrypt": "^5.1.0",
"body-parser": "^1.20.1",
"child_process": "^1.0.2",
"compression": "^1.7.4",
"cors": "^2.8.5",
"crypto": "^1.0.1",
"dot-env": "^0.0.1",
"dotenv": "^16.0.3",
"elastic-apm-node": "^3.46.0",
"express": "^4.18.2",
"express-async-errors": "^3.1.1",
"express-fileupload": "^1.4.0",
"express-rate-limit": "^7.1.1",
"gamedig": "^4.1.0",
"googleapis": "^120.0.0",
"helmet": "^7.0.0",
"joi": "^17.7.0",
"joi-password-complexity": "^5.1.0",
"jsonwebtoken": "^9.0.0",
"mime": "^3.0.0",
"mongoose": "^6.8.0",
"node-fetch": "^2.6.12",
"nodemailer": "^6.8.0",
"rcon": "^1.1.0",
"socket.io": "^4.6.2",
"ws": "^8.13.0"
}
}