{
  "name": "discord-player",
  "version": "5.1.0",
  "description": "Complete framework to facilitate music commands using discord.js",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist/"
  ],
  "module": "dist/index.mjs",
  "exports": {
    "require": "./dist/index.js",
    "import": "./dist/index.mjs"
  },
  "scripts": {
    "dev": "cd example/test && ts-node index.ts",
    "build": "rimraf dist && tsc && npm run build:esm",
    "build:check": "tsc --noEmit --incremental false",
    "prepublishOnly": "rollup-type-bundler -e stream",
    "build:esm": "gen-esm-wrapper ./dist/index.js ./dist/index.mjs",
    "format": "prettier --write \"src/**/*.ts\" \"example/**/*.ts\"",
    "docs": "docgen --jsdoc jsdoc.json --source src/*.ts src/**/*.ts --custom docs/index.yml --output docs/docs.json",
    "docs:test": "docgen --jsdoc jsdoc.json --source src/*.ts src/**/*.ts --custom docs/index.yml",
    "lint": "eslint src --ext .ts",
    "prepare": "husky install",
    "lint:fix": "eslint src --ext .ts --fix"
  },
  "funding": "https://github.com/Androz2091/discord-player?sponsor=1",
  "contributors": [
    "DevAndromeda <devandromeda@snowflakedev.org>"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Androz2091/discord-player.git"
  },
  "keywords": [
    "music",
    "player",
    "bot",
    "framework",
    "discord",
    "volume",
    "queue",
    "youtube",
    "discord.js",
    "musicbot",
    "discord-music-player",
    "discord-music",
    "music-player",
    "youtube-dl",
    "ytdl-core",
    "ytdl",
    "lavalink",
    "api"
  ],
  "author": "Androz2091",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Androz2091/discord-player/issues"
  },
  "homepage": "https://discord-player.js.org",
  "dependencies": {
    "@discordjs/voice": "^0.7.2",
    "discord-ytdl-core": "^5.0.4",
    "libsodium-wrappers": "^0.7.9",
    "soundcloud-scraper": "^5.0.2",
    "spotify-url-info": "^2.2.3",
    "tiny-typed-emitter": "^2.1.0",
    "youtube-sr": "^4.1.9",
    "ytdl-core": "^4.9.1"
  },
  "devDependencies": {
    "@babel/cli": "^7.16.0",
    "@babel/core": "^7.16.0",
    "@babel/preset-env": "^7.16.0",
    "@babel/preset-typescript": "^7.16.0",
    "@devsnowflake/docgen": "devsnowflake/docgen#ts-patch",
    "@discord-player/extractor": "^3.0.2",
    "@discordjs/opus": "github:discordjs/opus",
    "@favware/rollup-type-bundler": "^1.0.6",
    "@types/node": "^16.11.6",
    "@types/ws": "^8.2.0",
    "@typescript-eslint/eslint-plugin": "^5.3.0",
    "@typescript-eslint/parser": "^5.3.0",
    "discord-api-types": "^0.24.0",
    "discord.js": "^13.3.1",
    "eslint": "^8.1.0",
    "gen-esm-wrapper": "^1.1.3",
    "husky": "^7.0.4",
    "jsdoc-babel": "^0.5.0",
    "prettier": "^2.4.1",
    "rimraf": "^3.0.2",
    "ts-node": "^10.4.0",
    "typescript": "^4.4.4"
  }
}