Add Recorder service package.json
This commit is contained in:
32
services/recorder/package.json
Normal file
32
services/recorder/package.json
Normal file
@ -0,0 +1,32 @@
|
||||
{
|
||||
"name": "discord-voice-recorder",
|
||||
"version": "2.0.0",
|
||||
"description": "Discord bot for capturing voice channel audio",
|
||||
"main": "src/bot.js",
|
||||
"scripts": {
|
||||
"start": "node src/bot.js",
|
||||
"dev": "nodemon src/bot.js",
|
||||
"test": "jest",
|
||||
"healthcheck": "node src/healthcheck.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"discord.js": "^14.14.1",
|
||||
"@discordjs/voice": "^0.16.1",
|
||||
"@discordjs/opus": "^0.9.0",
|
||||
"prism-media": "^1.3.5",
|
||||
"pg": "^8.11.3",
|
||||
"redis": "^4.6.10",
|
||||
"winston": "^3.11.0",
|
||||
"uuid": "^9.0.1",
|
||||
"dotenv": "^16.3.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nodemon": "^3.0.2",
|
||||
"jest": "^29.7.0"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0"
|
||||
},
|
||||
"author": "Discord Voice Translator",
|
||||
"license": "MIT"
|
||||
}
|
Reference in New Issue
Block a user