{ "name": "discord-player", "version": "5.0.0-dev", "description": "Complete framework to facilitate music commands using discord.js", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib/" ], "scripts": { "test": "yarn build && cd test && node index.js", "build": "tsc", "format": "prettier --write \"src/**/*.ts\"", "lint": "tslint -p tsconfig.json", "docs": "docgen --jsdoc jsdoc.json --verbose --source src/*.ts src/**/*.ts --custom docs/index.yml --output docs/docs.json", "docs:test": "docgen --jsdoc jsdoc.json --verbose --source src/*.ts src/**/*.ts --custom docs/index.yml" }, "funding": "https://github.com/Androz2091/discord-player?sponsor=1", "contributors": [ "Snowflake107" ], "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://github.com/Androz2091/discord-player#readme", "dependencies": { "@discordjs/voice": "^0.3.0", "discord-ytdl-core": "^5.0.3", "soundcloud-scraper": "^5.0.0", "spotify-url-info": "^2.2.3", "youtube-sr": "^4.1.4", "ytdl-core": "^4.8.2" }, "devDependencies": { "@babel/cli": "^7.13.16", "@babel/core": "^7.13.16", "@babel/preset-env": "^7.13.15", "@babel/preset-typescript": "^7.13.0", "@discord-player/extractor": "^2.0.0", "@discordjs/opus": "^0.5.0", "@types/node": "^14.14.41", "@types/ws": "^7.4.1", "discord-api-types": "^0.18.1", "discord.js": "^13.0.0-dev.dda5ee2e9f0839d3e42d25114ae1b47355cdfd27", "discord.js-docgen": "discordjs/docgen#ts-patch", "jsdoc-babel": "^0.5.0", "prettier": "^2.2.1", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "typescipt": "^1.0.0", "typescript": "^4.2.3" }, "optionalDependencies": { "sodium": "^3.0.2" } }