{
  "name": "musicbot-addon",
  "version": "14.0.0",
  "description": "Uma simples extensão / bot de música baseada em Node.js. para projetos Discord.js. usando o YouTube.",
  "main": "index.js",
  "scripts": {
    "start": "node index.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "dependencies": {
    "ytdl-core": "^4.11.3",
    "ytpl": "^2.3.0",
    "ytsearcher": "^1.2.4"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/psycodeliccircus/musicbot-addon"
  },
  "bugs": {
    "url": "https://github.com/psycodeliccircus/musicbot-addon/issues"
  },
  "homepage": "https://github.com/psycodeliccircus/musicbot-addon",
  "keywords": [
    "discord",
    "discord.js",
    "music",
    "musica",
    "bot",
    "addon",
    "plugin"
  ],
  "author": "renildomarcio",
  "license": "ISC"
}
