discord / package.json
Twan07's picture
Upload 5 files
e3d0e45 verified
raw
history blame contribute delete
758 Bytes
{
"name": "mass-dm-multibots",
"module": "index.ts",
"type": "module",
"private": false,
"scripts": {
"start": "bun run index.ts",
"build": "bun build index.ts --outdir dist --target bun"
},
"devDependencies": {
"@types/bun": "latest"
},
"peerDependencies": {
"typescript": "^5"
},
"dependencies": {
"@discordjs/opus": "^0.10.0",
"@discordjs/voice": "^0.18.0",
"@distube/ytdl-core": "^4.16.12",
"all-downloader": "^1.0.2-alpha",
"discord-player": "^7.1.0",
"discord.js": "^14.21.0",
"ffmpeg-static": "^5.2.0",
"http-cookie-agent": "^7.0.2",
"play-dl": "^1.9.7",
"youtube-sr": "^4.3.12",
"yt-dlp-wrap": "^2.3.12",
"ytdl-core": "^4.11.5",
"ytdlp-nodejs": "^2.3.4"
}
}