{
  "name": "agent-window-to-chat",
  "version": "2.1.8",
  "description": "A window to interact with AI agents through chat interfaces. Simplified interaction, powerful backend capabilities.",
  "type": "module",
  "main": "src/bot.js",
  "scripts": {
    "start": "node src/bot.js",
    "dev": "node --watch src/bot.js",
    "setup": "node bin/cli.js setup",
    "ui": "node bin/cli.js ui",
    "ui:dev": "cd web && npm run dev",
    "ui:build": "cd web && npm run build",
    "cleanup-pm2": "bash scripts/cleanup-pm2.sh",
    "check-node": "node -e \"const v=process.version; const n=parseInt(v.slice(1)); if(n>=23){console.error('⚠️  Node.js',v,'not supported. Use v18 or v20 LTS.'); process.exit(1);}else{console.log('✓ Node.js',v,'is supported');}\"",
    "pm2:start": "pm2 start ecosystem.config.cjs",
    "pm2:stop": "pm2 stop bot-corp",
    "pm2:restart": "pm2 restart bot-corp",
    "pm2:logs": "pm2 logs bot-corp"
  },
  "keywords": [
    "discord",
    "bot",
    "bmad",
    "claude",
    "ai"
  ],
  "author": "",
  "license": "MIT",
  "engines": {
    "node": ">=18.0.0 <23.0.0",
    "npm": ">=9.0.0"
  },
  "dependencies": {
    "@fastify/static": "^6.0.0",
    "@fastify/websocket": "^10.0.0",
    "@modelcontextprotocol/sdk": "^1.25.3",
    "cli-table3": "^0.6.5",
    "discord.js": "^14.14.1",
    "fastify": "^4.25.0",
    "https-proxy-agent": "^7.0.6",
    "open": "^10.0.0",
    "pino-pretty": "^10.0.0",
    "socks-proxy-agent": "^8.0.5"
  },
  "overrides": {
    "undici": "^7.19.0"
  }
}
