forked from fasko-web/discord-gameserver-bots
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 1.13 KB
/
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": "discord-gameserver-bots",
"version": "2.0.2",
"description": "An application for creating and managing Discord bots that display information related to your game servers.",
"engines": {
"node": ">=12.0"
},
"main": "./bot.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./bot.js",
"delete": "node ./utils/delete.js",
"delete:cache": "npm run delete -- cache",
"delete:commands": "npm run delete -- commands"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fasko-web/discord-gameserver-bots.git"
},
"author": "Fasko",
"license": "MIT",
"bugs": {
"url": "https://github.com/fasko-web/discord-gameserver-bots/issues"
},
"homepage": "https://github.com/fasko-web/discord-gameserver-bots#readme",
"dependencies": {
"@iarna/toml": "^2.2.5",
"bent": "^7.3.12",
"da-slash": "git+https://github.com/fasko-web/da-slash.git",
"discord.js": "^12.5.1",
"dotenv": "^8.2.0",
"gamedig": "^3.0.0",
"env-subst": "^1.0.3",
"human-interval": "^2.0.1",
"jsonfile": "^6.1.0",
"p-ratelimit": "^1.0.1"
}
}