-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 870 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 870 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
30
31
32
33
{
"name": "music",
"version": "4.0.1",
"description": "A Discord bot with DisTube and slash commands.",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js"
},
"dependencies": {
"@discordjs/builders": "^1.8.2",
"@discordjs/voice": "^0.17.0",
"@distube/yt-dlp": "^2.0.1",
"@distube/ytdl-core": "^4.16.9",
"@ybd-project/ytdl-core": "^5.0.12",
"discord.js": "^14.15.3",
"distube": "^5.0.1",
"dotenv": "^16.4.5",
"express": "^4.21.2",
"ffmpeg": "^0.0.4",
"ffmpeg-static": "^5.2.0",
"fluent-ffmpeg": "^2.1.3",
"isomorphic-unfetch": "^4.0.2",
"libsodium-wrappers": "^0.7.13",
"mongoose": "^8.5.3",
"ms": "^2.1.3",
"node-fetch": "^3.3.2",
"opusscript": "^0.0.8",
"path": "^0.12.7",
"prism-media": "^1.3.5",
"request": "^2.88.2",
"yt-search": "^2.12.1"
}
}