{
  "name": "@petdex/discord-bot",
  "version": "0.1.0",
  "private": true,
  "description": "Discord bot for Petdex Community — slash commands, auto-roles, webhook → showcase.",
  "type": "module",
  "scripts": {
    "register": "bun src/register-commands.ts",
    "start": "bun src/bot.ts",
    "dev": "bun --watch src/bot.ts"
  },
  "dependencies": {
    "discord.js": "^14.16.3"
  },
  "devDependencies": {
    "@types/node": "^25.6.0",
    "typescript": "^6.0.3"
  }
}
