generated from FiveSquareCo/ultimate-djs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 802 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
{
"name": "discord-bot-template",
"version": "1.3.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"dev": "nodemon index.js",
"start": "node index.js"
},
"dependencies": {
"@discordjs/opus": "^0.6.0",
"@discordjs/voice": "^0.6.0",
"@distube/spotify": "^0.6.4",
"axios": "^0.21.1",
"canvacord": "^5.2.3",
"canvas": "^2.8.0",
"discord-logs": "^2.0.1",
"discord.js": "^13.5.1",
"distube": "^3.0.1",
"dotenv": "^10.0.0",
"ffmpeg-static": "^4.4.0",
"libsodium-wrappers": "^0.7.9",
"mongoose": "^6.0.0",
"ms": "^2.1.3",
"node-cron": "^3.0.0",
"redis": "^3.1.2"
},
"devDependencies": {
"nodemon": "^2.0.12"
}
}