2024-09-08 13:13:51 +00:00
|
|
|
{
|
|
|
|
"name": "discord-voice-bot",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "Discord bot to record voice and convert to wav",
|
|
|
|
"main": "bot.js",
|
|
|
|
"dependencies": {
|
|
|
|
"@discordjs/opus": "^0.5.3",
|
|
|
|
"@discordjs/voice": "^0.14.0",
|
2024-09-08 14:19:10 +00:00
|
|
|
"axios": "^1.7.7",
|
2024-09-08 13:13:51 +00:00
|
|
|
"discord.js": "^14.16.1",
|
|
|
|
"ffmpeg-static": "^4.4.1",
|
2024-09-08 14:19:10 +00:00
|
|
|
"form-data": "^4.0.0",
|
|
|
|
"libsodium-wrappers": "^0.7.10",
|
|
|
|
"openai": "^4.58.1"
|
2024-09-08 13:13:51 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"keywords": [],
|
|
|
|
"author": "",
|
|
|
|
"license": "ISC"
|
|
|
|
}
|