forked from MaikeMota/discord-minecraft-whitelist
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 947 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
{
"name": "discord-minecraft-whitelist",
"version": "0.0.1",
"description": "Whitelist users in a Discord channel on a Minecraft server",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon app.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AlthalusAvan/discord-minecraft-whitelist.git"
},
"author": "AlthalusAvan",
"license": "WTFPL",
"bugs": {
"url": "https://github.com/AlthalusAvan/discord-minecraft-whitelist/issues"
},
"homepage": "https://github.com/AlthalusAvan/discord-minecraft-whitelist#readme",
"dependencies": {
"cron": "^1.8.2",
"discord.js": "^12.2.0",
"fs": "0.0.1-security",
"lowdb": "^1.0.0",
"rcon-client": "^4.2.0"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"dotenv": "^8.2.0",
"eslint": "^6.8.0",
"nodemon": "^2.0.4",
"prettier-eslint": "^9.0.1"
}
}