Files
RandomMemerBot/package.json
2024-08-27 10:51:09 +02:00

38 lines
1.1 KiB
JSON

{
"name": "randommemer",
"version": "1.0.0",
"description": "Discord bot randomly plays sounds",
"scripts": {
"start": "ts-node bot.ts",
"create": "node -e \"require('fs').writeFileSync('.env', 'TOKEN=MY-API-TOKEN\\nINTERVALMIN_MINUTES=10\\nINTERVALMAX_HOURS=6\\nVOICECHANNELRETRIES=12')\" && mkdir sounds",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "SocksOnHead",
"license": "ISC",
"dependencies": {
"@discordjs/voice": "~0.16.0",
"@types/fluent-ffmpeg": "^2.1.22",
"@types/multer": "~1.4.8",
"@types/node": "~20.8.2",
"body-parser": "^1.20.2",
"discord.js": "~14.13.0",
"dotenv": "~16.3.1",
"express": "~4.18.2",
"fluent-ffmpeg": "^2.1.2",
"https": "^1.0.0",
"ip": "^1.1.8",
"libsodium-wrappers": "~0.7.13",
"multer": "~1.4.5-lts.1",
"node-schedule": "~2.1.1",
"sodium": "~3.0.2",
"ts-node": "~10.9.1",
"typescript": "~5.2.2",
"ytdl-core": "^4.11.5"
},
"devDependencies": {
"@types/express": "~4.17.18",
"@types/ip": "^1.1.1",
"@types/node-schedule": "^2.1.1"
}
}