-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1021 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
39
{
"name": "volagal-bot",
"version": "1.0.0",
"description": "the volagal guild's bot",
"type": "commonjs",
"main": "index.js",
"scripts": {
"dev": "cross-env NODE_ENV=dev nodemon index.js",
"start": "cross-env NODE_ENV=prod nodemon index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Vinanddrninks/Volagal-bot.git"
},
"keywords": [
"discord",
"bot"
],
"author": "Vinanddrinks",
"license": "MIT",
"bugs": {
"url": "https://github.com/Vinanddrinks/Volagal-bot/issues"
},
"homepage": "https://github.com/Vinanddrinks/Volagal-bot#readme",
"dependencies": {
"@discordjs/rest": "^0.3.0",
"chalk": "<=2.4.1",
"cross-env": "^7.0.3",
"discord-api-types": "^0.27.3",
"discord.js": "^13.6.0",
"dotenv": "^16.0.0",
"mojang-promise-api": "^1.0.2",
"nodemon": "^2.0.15",
"simple-rcon": "^0.3.1",
"sqlite3": "^5.0.2",
"wokcommands": "^1.5.3"
}
}