UNPKG

discord-player-music

Version:

A powerful music module for your Discord bot with lots of features

64 lines (63 loc) 1.76 kB
{ "name": "discord-player-music", "version": "1.1.7", "description": "A powerful music module for your Discord bot with lots of features", "main": "index.js", "scripts": { "build": "rimraf build && tsc -p tsconfig.json", "build:docs": "docgen -s src/*.ts src/**/*.ts -o docs/index.json -c docs/index.yml -g -S 1 -j .jsconfig.json", "publish": "npm publish", "publish:dev": "npm publish --tag dev" }, "repository": { "type": "git", "url": "git+https://github.com/xyligan-gp/discord-player-music.git" }, "author": "xyligan", "license": "MIT", "bugs": { "url": "https://github.com/xyligan-gp/discord-player-music/issues" }, "homepage": "https://dpm.js.org", "keywords": [ "discord", "discord-bot", "sidcord-music", "discord.js", "discord-player", "discord-player-music", "ytdl-core", "yt-search", "xyligan" ], "dependencies": { "@discordjs/opus": "^0.8.0", "@discordjs/voice": "^0.11.0", "discord.js": "^14.0.3", "ffmpeg-static": "^5.0.2", "libsodium-wrappers": "^0.7.10", "lyrics-finder": "^21.7.0", "prism-media": "^1.3.4", "yt-search": "^2.10.3", "ytdl-core": "^4.11.0" }, "devDependencies": { "@babel/core": "^7.18.9", "@babel/plugin-proposal-class-properties": "^7.18.6", "@babel/plugin-proposal-object-rest-spread": "^7.18.9", "@babel/preset-env": "^7.18.9", "@babel/preset-typescript": "^7.18.6", "@distube/docgen": "github:distubejs/docgen", "@types/yt-search": "^2.3.2", "jsdoc-babel": "^0.5.0", "rimraf": "^3.0.2", "typescript": "^4.7.4" }, "engines": { "node": ">=16.9.0" }, "peerDependencies": { "discord.js": "14" }, "types": "./types/Player.d.ts" }