-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
33 lines (33 loc) · 944 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": "defected-bot",
"version": "1.0.0",
"description": "Defected Bot is a Discord.js v12 bot template which features a command & event handler, command cooldown, changeable prefix with MongoDB & more.",
"main": "app.js",
"dependencies": {
"axios": "^0.21.0",
"chalk": "^4.1.0",
"discord.js": "^12.4.0",
"moment": "^2.29.1",
"mongoose": "^5.10.10"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dftd/defected-bot.git"
},
"keywords": [
"discord",
"discord.js",
"discord.js12",
"template"
],
"author": "dftd",
"license": "MIT",
"bugs": {
"url": "https://github.com/dftd/defected-bot/issues"
},
"homepage": "https://github.com/dftd/defected-bot#readme"
}