-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.01 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
{
"name": "reeedroux-bot",
"version": "1.0.9",
"description": "reedroux-bot is a discord music bot base in Kazagumo (Shoukaku)",
"main": "src/index.js",
"repository": "https://github.com/reedroux/reedroux-bot.git",
"author": "dawgcodes",
"license": "ISC",
"scripts": {
"start": "node src/index.js",
"dev": "nodemon src/index.js"
},
"keywords": [
"lavalink",
"shoukaku",
"music",
"bot",
"discord-music",
"discord",
"musicbot"
],
"bugs": "https://github.com/reedroux/reedroux-bot/issues",
"homepage": "https://github.com/reedroux/reedroux-bot#readme",
"dependencies": {
"chalk": "^4.1.2",
"cpu-stat": "^2.0.1",
"delay": "^5.0.0",
"discord.js": "^13.15.0",
"dotenv": "^16.0.3",
"fs": "^0.0.1-security",
"kazagumo": "2.3.2",
"kazagumo-spotify": "^1.2.0",
"lodash": "^4.17.21",
"moment": "^2.29.4",
"mongoose": "^6.10.5",
"ms": "^2.1.3",
"node-superfetch": "^0.3.3",
"nodemon": "^2.0.22",
"util": "^0.12.5"
}
}