-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 762 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 762 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
{
"name": "music-bot",
"main": "main.js",
"author": "ZerioDev",
"version": "8.0.0",
"repository": "https://github.com/ZerioDev/Music-bot.git",
"description": "A complete code to download for a cool Discord music bot.",
"scripts": {
"start": "node main.js"
},
"dependencies": {
"@discord-player/extractor": "^4.3.1",
"@discordjs/opus": "^0.9.0",
"@distube/ytdl-core": "^4.11.8",
"@evan/opus": "^1.0.3",
"discord-player": "6.6.9-dev.1",
"discord-player-youtubei": "^1.3.3",
"discord.js": "^14.13.0",
"dotenv": "^16.4.5",
"ffmpeg-static": "^5.0.2",
"ms": "^3.0.0-canary.1",
"play-dl": "^1.9.6",
"translate": "^3.0.0"
}
}