forked from Lawin0129/LawinServerV2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 982 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
31
32
33
34
35
36
37
38
39
40
{
"name": "lawinserverv2",
"version": "1.0.0",
"description": "LawinServer V2 is a fortnite backend that features an account system and xmpp.",
"main": "index.js",
"dependencies": {
"bcrypt": "^5.1.0",
"discord.js": "^13.7.0",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-rate-limit": "^6.7.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.6.5",
"path": "^0.12.7",
"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/Lawin0129/LawinServerV2.git"
},
"keywords": [
"fortnite",
"backend",
"node",
"server",
"v2"
],
"author": "Lawin0129",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Lawin0129/LawinServerV2/issues"
},
"homepage": "https://github.com/Lawin0129/LawinServerV2#readme"
}