-
Notifications
You must be signed in to change notification settings - Fork 78
/
package.json
36 lines (36 loc) · 880 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
{
"name": "lawinserver",
"version": "1.0.0",
"description": "A fortnite backend which supports both BR and STW for every single fortnite build.",
"main": "index.js",
"dependencies": {
"cookie-parser": "^1.4.6",
"express": "^4.18.2",
"ini": "^2.0.0",
"path": "^0.12.7",
"uuid": "^8.3.2",
"ws": "^8.5.0",
"xml-parser": "^1.2.1",
"xmlbuilder": "^15.1.1"
},
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Lawin0129/LawinServer.git"
},
"keywords": [
"fortnite",
"backend",
"node",
"server"
],
"author": "Lawin0129",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/Lawin0129/LawinServer/issues"
},
"homepage": "https://github.com/Lawin0129/LawinServer#readme"
}