-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 714 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 714 Bytes
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
{
"name": "discord-bot-maker-bot",
"author": "Robert Borghese",
"main": "bot.js",
"version": "2.1.1",
"dependencies": {
"@discordjs/voice": "^0.8.0",
"discord.js": "^13.6.0",
"extend": "^3.0.2",
"fast-sort": "^3.1.2",
"ffmpeg-static": "latest",
"fstorm": "latest",
"jimp": "latest",
"loadavg-windows": "^1.1.1",
"mysql": "latest",
"mysql2": "^2.3.3",
"node-cron": "latest",
"prebuild-install": "^7.0.1",
"quick.db": "latest",
"randomatic": "^3.1.1",
"request": "^2.88.2",
"sequelize": "latest",
"tweetnacl": "latest",
"valid-url": "^1.0.9",
"youtube-dl-exec": "^2.0.7",
"ytdl-core": "^4.11.0"
},
"is-music-bot": false
}