-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.02 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
41
42
{
"name": "bot-template",
"version": "1.4.0",
"description": "A simple DJS bot template",
"main": "shard.js",
"scripts": {
"start": "node shard.js",
"test": "nodemon shard.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OnlyTunesRadio/bot-template.git"
},
"keywords": [
"discord",
"discordbot",
"botTemplate",
"simplebot",
"v13",
"DJS",
"nodejs",
"node",
"discord.js"
],
"author": "OnlyTunesRadio",
"bugs": {
"url": "https://github.com/OnlyTunesRadio/bot-template/issues"
},
"homepage": "https://github.com/OnlyTunesRadio/bot-template#readme",
"license": "MIT",
"dependencies": {
"chalk": "^4.1.2",
"discord.js": "^13.6.0",
"dotenv": "^10.0.0",
"figlet": "^1.5.2",
"glob": "^7.1.7",
"mongoose": "^6.0.12",
"nodemon": "^2.0.15",
"pretty-ms": "^7.0.1",
"table": "^6.7.5"
}
}