@terron/djs-music
Version:
New simple voice player with yt-dlp supporting, filters & events for discord.js v14.
31 lines (30 loc) • 664 B
JSON
{
"dependencies": {
"@discordjs/voice": "^0.17.0",
"ffmpeg-static": "^5.2.0",
"libsodium-wrappers": "^0.7.13",
"opusscript": "^0.0.8",
"prism-media": "^1.3.5",
"yt-dlp-wrap": "^2.3.12",
"yt-search": "^2.11.0"
},
"name": "@terron/djs-music",
"version": "0.5.10-beta",
"description": "New simple voice player with yt-dlp supporting, filters & events for discord.js v14.",
"main": "index.js",
"keywords": [
"terron",
"yt-dlp",
"discord",
"music",
"player",
"voice",
"youtube",
"ffmpeg"
],
"author": "terron",
"license": "ISC",
"scripts": {
"postinstall": "node ./postinstall.js"
}
}