Files
LawinServer/package.json
2022-02-28 19:39:25 +00:00

37 lines
880 B
JSON

{
"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": {
"crypto": "^1.0.1",
"express": "^4.17.2",
"fs": "^0.0.1-security",
"ini": "^2.0.0",
"path": "^0.12.7",
"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"
}