-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1 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
39
40
{
"name": "BrainBot",
"version": "1.0.0",
"description": "Bot Created for the Brain Games discord servers",
"main": "bot.js",
"dependencies": {
"axios": "^0.21.2",
"discord-buttons": "^3.1.1",
"discord.js": "^12.5.1",
"dotenv": "^8.2.0",
"fs": "0.0.1-security",
"minecraft-server-util": "^3.5.1",
"mkdirp": "^1.0.4",
"moment": "^2.29.1",
"moment-duration-format": "^2.3.2",
"ms": "^2.1.3",
"node-fetch": "^3.1.1",
"node-json-db": "^1.3.0",
"patreon": "^0.4.1"
},
"devDependencies": {
"nodemon": "^2.0.7"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node .",
"dev": "nodemon ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/The-Brain-Games/BrainBot.git"
},
"keywords": [],
"author": "Grant Bourne",
"license": "ISC",
"bugs": {
"url": "https://github.com/The-Brain-Games/BrainBot/issues"
},
"homepage": "https://github.com/The-Brain-Games/BrainBot#readme"
}