{ "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": { "dev": "cd example/test && ts-node index.ts", "build": "rimraf lib && tsc", "build:check": "tsc --noEmit --incremental false", "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", "lint:fix": "eslint src --ext .ts --fix" }, "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://discord-player.js.org", "dependencies": { "@discordjs/voice": "^0.5.0", "discord-ytdl-core": "^5.0.4", "libsodium-wrappers": "^0.7.9", "soundcloud-scraper": "^5.0.0", "spotify-url-info": "^2.2.3", "tiny-typed-emitter": "^2.0.3", "youtube-sr": "^4.1.5", "ytdl-core": "^4.8.3" }, "devDependencies": { "@babel/cli": "^7.14.5", "@babel/core": "^7.14.5", "@babel/preset-env": "^7.14.5", "@babel/preset-typescript": "^7.14.5", "@discord-player/extractor": "^3.0.2", "@discordjs/opus": "^0.5.3", "@types/node": "^15.12.2", "@types/ws": "^7.4.4", "@typescript-eslint/eslint-plugin": "^4.28.0", "@typescript-eslint/parser": "^4.28.0", "discord-api-types": "^0.18.1", "discord.js": "^13.0.0-dev.6d3d00b44577a70e840f0187d6894043677c5329", "discord.js-docgen": "discordjs/docgen#ts-patch", "eslint": "^7.29.0", "jsdoc-babel": "^0.5.0", "prettier": "^2.3.1", "rimraf": "^3.0.2", "ts-node": "^10.0.0", "typescript": "^4.3.4" } }