{
  "name": "od-trust-discord-bot",
  "version": "1.0.0",
  "private": true,
  "description": "OD Trust Discord bot and API service",
  "main": "backend/src/index.js",
  "scripts": {
    "start": "node backend/src/index.js",
    "start:dashboard": "node backend/src/start-dashboard.js",
    "start:api": "node backend/src/start-api.js",
    "start:bot": "node backend/src/start-bot.js",
    "register": "node backend/src/register-commands.js"
  },
  "engines": {
    "node": ">=18.18.0"
  },
  "dependencies": {
    "discord.js": "^14.22.1",
    "dotenv": "^16.6.1",
    "express": "^4.21.2",
    "mysql2": "^3.14.5"
  }
}
