-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 857 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": "squad-rcon-proxy",
"version": "1.2.2",
"description": "RCON Web Proxy for Squad",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mxrcode/squad-rcon-proxy.git"
},
"keywords": [
"squad",
"squadjs",
"squad-servers"
],
"author": "https://github.com/mxrcode",
"license": "LGPL-3.0",
"bugs": {
"url": "https://github.com/mxrcode/squad-rcon-proxy/issues"
},
"homepage": "https://github.com/mxrcode/squad-rcon-proxy#readme",
"dependencies": {
"axios": "^1.7.2",
"events": "^3.3.0",
"express": "^4.18.2",
"fs": "^0.0.1-security",
"net": "^1.0.2",
"path": "^0.12.7",
"url": "^0.11.3",
"util": "^0.12.5"
}
}