{
  "name": "synchronvoice-bot",
  "version": "2.0.0",
  "description": "Discord voice transcription bot — Discord.js v14 + Deepgram Nova-3",
  "main": "discord_bot.js",
  "engines": {
    "node": ">=20.20.2"
  },
  "scripts": {
    "start": "node discord_bot.js",
    "test": "jest --runInBand"
  },
  "dependencies": {
    "@deepgram/sdk": "^3.7.0",
    "@discordjs/opus": "^0.9.0",
    "@discordjs/voice": "^0.19.2",
    "discord.js": "^14.16.0",
    "dotenv": "^16.4.0",
    "googleapis": "^154.1.0",
    "libsodium-wrappers": "^0.7.15",
    "mongodb": "^6.21.0",
    "prism-media": "^1.3.4"
  },
  "devDependencies": {
    "jest": "^29.7.0"
  },
  "jest": {
    "testEnvironment": "node",
    "testMatch": [
      "**/test_bot.test.js"
    ]
  }
}
