Files
chopin/package.json
T
2026-06-28 14:56:40 +02:00

49 lines
1.1 KiB
JSON

{
"name": "chopin-backend",
"version": "1.5.0",
"description": "Discord Bot for music - Fetching everywhere !",
"main": "src/main.js",
"nodemonConfig": {
"ext": "js, html",
"ignore": [
"*.json",
"*.html"
],
"delay": "2000000"
},
"scripts": {
"start": "nodemon src/main.js"
},
"keywords": [],
"author": "Raphix",
"license": "ISC",
"dependencies": {
"@discordjs/voice": "^0.19.2",
"cors": "^2.8.5",
"debug": "^4.4.3",
"discord-player": "^6.2.1",
"discord.js": "^14.26.4",
"ffmpeg-static": "^5.2.0",
"ffprobe": "^1.1.2",
"ffprobe-static": "^3.1.0",
"fluent-ffmpeg": "^2.1.3",
"googleapis": "^173.0.0",
"https-proxy-agent": "^7.0.6",
"libsodium-wrappers": "^0.7.15",
"loguix": "^1.4.2",
"mime-types": "^3.0.1",
"miniget": "^4.2.3",
"nodemon": "^3.1.10",
"pm2": "^6.0.14",
"socket.io": "^4.8.1",
"soundcloud.ts": "^0.6.3",
"spotify-web-api-node": "^5.0.2",
"undici": "^7.16.0",
"uuid": "^11.1.0",
"webmetrik": "^0.1.4",
"youtube-dl-exec": "^3.0.27",
"yt-search": "^2.13.1",
"ytfps": "^1.2.0"
}
}