UNPKG

discord-portable-player

Version:

Easy to use, framework to facilitate music commands using discord.js

105 lines (104 loc) 3.12 kB
{ "name": "discord-portable-player", "version": "2.4.2", "description": "Easy to use, 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" }, "./smoothVolume": "./dist/smoothVolume.js", "./packages/*": "./dist/*", "./dist/*": "./dist/*" }, "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/lolollllo/discord-portable-player?sponsor=1", "contributors": [ "Nex <nex@shittystuffwedo.tk>" ], "repository": { "type": "git", "url": "git+https://github.com/lolollllo/discord-portable-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": "lolollllo", "license": "MIT", "bugs": { "url": "https://github.com/lolollllo/discord-portable-player/issues" }, "homepage": "https://lolollllo.github.io/discord-portable-player/", "dependencies": { "@discordjs/voice": "^0.11.0", "axios": "^1.1.2", "cheerio": "^1.0.0-rc.12", "cross-fetch": "^3.1.5", "discord-ytdl-core": "^5.0.4", "libsodium-wrappers": "^0.7.10", "soundcloud-scraper": "^5.0.3", "spotify-url-info": "^3.1.4", "tiny-typed-emitter": "^2.1.0", "youtube-sr": "^4.3.1", "ytdl-core": "^4.11.0" }, "devDependencies": { "@babel/cli": "^7.18.10", "@babel/core": "^7.18.10", "@babel/preset-env": "^7.18.10", "@babel/preset-typescript": "^7.18.6", "@devsnowflake/docgen": "devsnowflake/docgen#ts-patch", "@discord-player/extractor": "^3.0.2", "@discordjs/opus": "github:discordjs/opus", "@favware/rollup-type-bundler": "^2.0.0", "@types/node": "^18.7.9", "@types/ws": "^8.5.3", "@typescript-eslint/eslint-plugin": "^5.33.1", "@typescript-eslint/parser": "^5.33.1", "discord.js": "^14.3.0", "eslint": "^8.22.0", "gen-esm-wrapper": "^1.1.3", "husky": "^8.0.1", "jsdoc-babel": "^0.5.0", "prettier": "^2.7.1", "rimraf": "^3.0.2", "ts-node": "^10.9.1", "tslib": "^2.4.0", "typescript": "^4.7.4" } }