36 lines
1.1 KiB
JSON
36 lines
1.1 KiB
JSON
{
|
|
"name": "squad-musicbot",
|
|
"version": "1.0.0",
|
|
"description": "New music bot for Squad",
|
|
"main": "index.ts",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "tsc --build && cp config.js dist/config.js",
|
|
"start": "npm run build && node dist/index.js",
|
|
"update": "git pull && npm install && npm run build && pm2 restart SquadMusicBot",
|
|
"deploy": "npm run build && pm2 start --name SquadMusicBot dist/index.js"
|
|
},
|
|
"author": "Alex Thomassen",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"@discordjs/opus": "^0.8.0",
|
|
"@discordjs/voice": "^0.14.0",
|
|
"axios": "^1.7.7",
|
|
"bufferutil": "^4.0.8",
|
|
"discord.js": "^14.16.3",
|
|
"erlpack": "github:discord/erlpack",
|
|
"ffmpeg-static": "^5.2.0",
|
|
"googleapis": "^110.0.0",
|
|
"libsodium-wrappers": "^0.7.15",
|
|
"sodium": "^3.0.2",
|
|
"tinyduration": "^3.3.1",
|
|
"utf-8-validate": "^5.0.10",
|
|
"yargs-parser": "^21.1.1",
|
|
"yt-dlp-wrap": "^2.3.12",
|
|
"zlib-sync": "^0.1.9"
|
|
},
|
|
"devDependencies": {
|
|
"@types/yargs-parser": "^21.0.3"
|
|
}
|
|
}
|