UNPKG

discord-music-bot

Version:
34 lines (33 loc) 758 B
{ "name": "discord-music-bot", "version": "2.3.0", "description": "Simple music bot for Discord servers.", "main": "musicbot.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/agubelu/discord-music-bot.git" }, "keywords": [ "discord", "bot", "music" ], "author": "agubelu", "license": "GPL-3.0", "bugs": { "url": "https://github.com/agubelu/discord-music-bot/issues" }, "dependencies": { "discord.js": "^11.0.0", "node-opus": "^0.2.4", "request": "^2.79.0", "ytdl-core": "^0.7.21" }, "engines": { "node": ">=6.0.0" }, "homepage": "https://github.com/agubelu/discord-music-bot#readme" }