{
  "name": "zyvo-discord-bot",
  "version": "1.0.0",
  "private": true,
  "description": "Zyvo - Türkçe moderasyon, otomasyon, seviye ve müzik Discord botu",
  "main": "src/index.js",
  "scripts": {
    "start": "node src/index.js",
    "check": "node --check src/index.js && node --check src/web.js && node --check src/storage.js && node --check src/embeds.js && node --check src/commands/index.js && node --check src/services/automod.js && node --check src/services/music.js && node --check src/services/tickets.js"
  },
  "engines": {
    "node": ">=24.17.0"
  },
  "dependencies": {
    "@discordjs/voice": "^0.19.2",
    "discord.js": "^14.26.5",
    "dotenv": "^17.2.2",
    "express": "^5.1.0",
    "express-session": "^1.18.2",
    "opusscript": "^0.1.1",
    "play-dl": "^1.9.7"
  }
}
