UNPKG

music-start-pro

Version:

Music Start Pro is a discord bot that can play YouTube music by slash command.

50 lines (49 loc) 1.21 kB
{ "name": "music-start-pro", "version": "1.3.1", "description": "Music Start Pro is a discord bot that can play YouTube music by slash command.", "keywords": [ "discord", "YouTube", "bot", "music", "ytdl" ], "homepage": "https://github.com/ksw2000/Music-Start-Discord-Bot-Pro.git", "repository": { "type": "git", "url": "https://github.com/ksw2000/Music-Start-Discord-Bot-Pro.git" }, "dependencies": { "@discordjs/voice": "^0.17.0", "@distube/ytdl-core": "^4.15.1", "@types/node": "^22.1.0", "commander": "^12.1.0", "discord.js": "^14.16.1", "ffmpeg-static": "^5.1.0", "opusscript": "^0.1.1", "tweetnacl": "^1.0.3", "yaml": "^2.6.0" }, "bin": { "ms": "dist/cli.js" }, "scripts": { "build": "tsc", "start": "npx ts-node src/cli.ts -d", "lint": "npx eslint src/**.ts --fix" }, "author": "Kashiwa", "license": "MIT", "engines": { "node": ">=17.0" }, "devDependencies": { "@typescript-eslint/eslint-plugin": "^5.50.0", "@typescript-eslint/parser": "^5.50.0", "eslint": "^8.57.1", "globals": "^15.13.0", "typescript": "^5.5.4", "typescript-eslint": "^8.17.0" } }