-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 878 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
{
"name": "mcserverbot",
"version": "0.1.0",
"description": "a little dockerized discord bot for tracking a minecraft server",
"main": "robit.js",
"dependencies": {
"discord-api-types": "^0.36.1",
"discord.js": "^13.8.1",
"dotenv": "^16.0.1",
"request": "^2.88.2",
"request-promise": "^4.2.6"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"register": "node -r dotenv/config register.js",
"start": "node -r dotenv/config robit.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Wilsontomass/mcserverbot.git"
},
"keywords": [
"discord",
"docker",
"minecraft"
],
"author": "Tomass Wilson",
"license": "ISC",
"bugs": {
"url": "https://github.com/Wilsontomass/mcserverbot/issues"
},
"homepage": "https://github.com/Wilsontomass/mcserverbot#readme"
}