nodemusicbot/package.json

24 lines
565 B
JSON

{
"name": "nodemusicbot",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"@discordjs/opus": "^0.9.0",
"@discordjs/voice": "^0.16.0",
"@distube/deezer": "^1.0.0",
"@distube/soundcloud": "^1.3.0",
"@distube/spotify": "^1.5.1",
"@distube/yt-dlp": "^1.1.3",
"@distube/ytdl-core": "^4.11.9",
"discord.js": "^14.9.0",
"distube": "^4.0.5",
"libsodium-wrappers": "^0.7.11"
}
}