UNPKG

disrexom

Version:

A Discord.js module to simplify your music commands and play songs with audio filters on Discord without any API key. Support YouTube, SoundCloud, Bandcamp, Facebook, and 700+ more sites

89 lines (88 loc) 2.96 kB
{ "name": "disrexom", "version": "3.0.1", "description": "A Discord.js module to simplify your music commands and play songs with audio filters on Discord without any API key. Support YouTube, SoundCloud, Bandcamp, Facebook, and 700+ more sites", "main": "dist/index.js", "typings": "dist/index.d.ts", "scripts": { "test": "jest --config .jestrc.json", "docs": "docgen -s src/*.ts src/**/*.ts -o docs/docs.json -c pages/index.yml -g -j .jsconfig.json", "lint": "eslint .", "lint:fix": "eslint . --fix", "prettier": "prettier --write **/*.{js,ts,json,yml,yaml}", "build": "tsc", "build:check": "tsc --noEmit --incremental false", "publish:stable": "npm publish", "ncu": "ncu -u --dep dev,prod", "_postinstall": "husky install", "prepublishOnly": "pinst -d", "postpublish": "pinst -e" }, "repository": { "type": "git", "url": "git+https://github.com/skick1234/DisTube.git" }, "keywords": [ "youtube", "music", "discord", "discordjs", "bot", "distube", "queue", "musicbot", "discord-music-bot", "music-bot", "discord-js" ], "author": "Skick (https://github.com/skick1234/)", "license": "MIT", "bugs": { "url": "https://github.com/skick1234/DisTube/issues" }, "funding": { "url": "https://patreon.com/DisTube" }, "homepage": "https://distube.js.org/", "dependencies": { "@distube/youtube-dl": "^2.2.2", "@distube/ytdl-core": "^4.9.3", "@distube/ytpl": "^1.1.1", "@distube/ytsr": "^1.1.5", "prism-media": "https://codeload.github.com/distubejs/prism-media/tar.gz/main", "tiny-typed-emitter": "^2.1.0" }, "devDependencies": { "@babel/core": "^7.15.8", "@babel/plugin-proposal-class-properties": "^7.14.5", "@babel/plugin-proposal-object-rest-spread": "^7.15.6", "@babel/preset-env": "^7.15.8", "@babel/preset-typescript": "^7.15.0", "@commitlint/cli": "^13.2.1", "@commitlint/config-conventional": "^13.2.0", "@discordjs/voice": "^0.6.0", "@distube/docgen": "github:distubejs/docgen", "@types/jest": "^27.0.2", "@types/node": "^16.11.0", "babel-jest": "^27.2.5", "discord.js": "^13.2.0", "eslint": "^7.32.0", "eslint-config-distube": "^1.4.0", "husky": "^7.0.2", "jest": "^27.2.5", "jsdoc-babel": "^0.5.0", "lint-staged": "^11.2.3", "npm-check-updates": "^11.8.5", "pinst": "^2.1.6", "prettier": "^2.4.1", "typescript": "^4.4.4" }, "peerDependencies": { "@discordjs/opus": "*", "@discordjs/voice": ">=0.5.6", "discord.js": "^12.5.0||13.x" }, "engines": { "node": ">=12.0.0" } }