nodemusicbot/package.json

25 lines
590 B
JSON
Raw Normal View History

2023-08-29 12:37:11 -04:00
{
"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",
2024-05-11 16:40:41 -04:00
"@discordjs/voice": "^0.16.1",
"@distube/deezer": "^1.1.0",
"@distube/soundcloud": "^1.3.3",
"@distube/spotify": "^1.6.1",
2023-08-29 12:37:11 -04:00
"@distube/yt-dlp": "^1.1.3",
2024-05-11 16:40:41 -04:00
"@distube/ytdl-core": "^4.13.3",
"discord.js": "^14.15.2",
"distube": "^4.2.2",
"husky": "^9.0.11",
"libsodium-wrappers": "^0.7.13"
2023-08-29 12:37:11 -04:00
}
}