-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
32 lines (32 loc) · 849 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
{
"name": "lgsm-discord",
"version": "2.0.0",
"description": "Discord bot to deploy on linux gsm csgo servers for remote management. https://linuxgsm.com/",
"main": "bot.js",
"scripts": {
"bot": "node bot.js",
"server": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cjavad/lgsm-discord.git"
},
"keywords": [],
"author": "",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/cjavad/lgsm-discord/issues"
},
"homepage": "https://github.com/cjavad/lgsm-discord#readme",
"dependencies": {
"discord.js": "^12.2.0",
"gamedig": "^2.0.20",
"ini": "^1.3.6",
"is-port-reachable": "^3.0.0",
"mbr-rcon": "^1.1.0",
"node-run-cmd": "^1.0.1",
"notp": "^2.0.3",
"socket.io": "^2.5.0",
"socket.io-client": "^2.5.0"
}
}