@arthestn/discord-music-player
Version:
Complete framework to facilitate music commands using discord.js v13
53 lines (52 loc) • 1.42 kB
JSON
{
"name": "@arthestn/discord-music-player",
"version": "1.0.14",
"description": "Complete framework to facilitate music commands using discord.js v13",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"keywords": [
"music",
"player",
"bot",
"framework",
"discord",
"youtube",
"spotify",
"v14",
"v13"
],
"repository": {
"type": "git",
"url": "git+https://github.com/arthestn/discord-music-player.git"
},
"bugs": {
"url": "https://github.com/jadestudios/discord-music-player/issues"
},
"homepage": "https://discord-music-player.js.org/",
"author": "thenerdoflight",
"license": "MIT",
"dependencies": {
"@discordjs/opus": "^0.10.0",
"@discordjs/voice": "^0.18.0",
"@distube/ytdl-core": "^4.15.9",
"apple-music-metadata": "^2.0.1",
"axios": "^1.7.9",
"axios-retry": "^4.4.0",
"domhandler": "^5.0.3",
"ffmpeg-static": "^5.2.0",
"htmlparser2": "^9.1.0",
"isomorphic-unfetch": "^4.0.2",
"libsodium-wrappers": "^0.7.15",
"play-dl": "github:Yoduh/play-dl-test",
"prism-media": "^1.3.5",
"spotify-url-info": "^3.2.13",
"youtube-dl-exec": "^3.0.19",
"youtubei": "^1.2.1",
"yt-stream": "1.7.4",
"ytsr": "^3.8.4"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {}
}