-
Notifications
You must be signed in to change notification settings - Fork 71
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.11 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.11 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
{
"name": "reloadbackend",
"version": "1.1.8",
"description": "Created by Burlone, This is a modded backend, all main backend credits to lawin",
"main": "index.js",
"dependencies": {
"axios": "^1.7.7",
"bad-words": "^3.0.4",
"bcrypt": "^5.1.0",
"destr": "^2.0.3",
"discord.js": "^13.7.0",
"dotenv": "^16.0.3",
"express": "^4.21.1",
"express-rate-limit": "^6.7.0",
"ioredis": "^5.4.1",
"jsonwebtoken": "^8.5.1",
"keyv": "^4.2.2",
"mongoose": "^6.6.5",
"path": "^0.12.7",
"sjcl": "^1.0.8",
"uuid": "^9.0.0",
"ws": "^8.9.0",
"xml-parser": "^1.2.1",
"xmlbuilder": "^15.1.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Project-Reload/Reload-Backend.git"
},
"keywords": [
"fortnite",
"backend",
"node",
"server",
"v2"
],
"author": "burlone0",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Project-Reload/Reload-Backend/issues"
},
"homepage": "https://github.com/Project-Reload/Reload-Backend#readme"
}