forked from NeoniteDev/NeoniteV2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 994 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
{
"name": "neonitev2",
"version": "2.7.2",
"description": "A Fortnite private server / lobby emulator allowing you to design your dream Fortnite experience",
"main": "app.js",
"dependencies": {
"axios": "^0.21.1",
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.5",
"express": "^4.17.1",
"express-ws": "^4.0.0",
"jsonwebtoken": "^8.5.1",
"multer": "^1.4.2",
"path": "^0.12.7",
"uuid": "^8.3.2",
"xml-parser": "^1.2.1",
"xmlbuilder": "^15.1.1"
},
"scripts": {
"start": "node app.js",
"test": "node --unhandled-rejections=strict app.js --test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kem0o/neonite.git"
},
"author": "kemo",
"license": "MIT",
"bugs": {
"url": "https://github.com/kem0o/neonite/issues"
},
"homepage": "https://github.com/kem0o/neonite#readme",
"devDependencies": {
"@types/express": "^4.17.11",
"@types/ws": "^7.4.0",
"typescript": "^4.1.5"
}
}