-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 988 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 988 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
34
{
"name": "discord-music-bot",
"version": "1.2.1",
"description": "This is a music bot for your Discord server.",
"main": "./Structures/index.js",
"scripts": {
"start": "node ./Structures/index.js"
},
"author": "LeonusDH",
"license": "ISC",
"dependencies": {
"@discordjs/opus": "^0.8.0",
"@discordjs/voice": "^0.11.0",
"@distube/soundcloud": "^1.2.2",
"@distube/spotify": "^1.3.2",
"@distube/ytdl-core": "^4.11.4",
"ascii-table3": "^0.7.7",
"discord.js": "^13.10.2",
"distube": "^3.3.4",
"ffmpeg-static": "^5.0.2",
"glob": "^8.0.3",
"libsodium-wrappers": "^0.7.10",
"yt-search": "^2.10.3",
"ytdl-core": "^4.11.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SimpleDiscordBotsJS/Discord-Music-Bot.git"
},
"bugs": {
"url": "https://github.com/SimpleDiscordBotsJS/Discord-Music-Bot/issues"
},
"homepage": "https://github.com/SimpleDiscordBotsJS/Discord-Music-Bot#readme"
}