{
  "name": "discord-agent-bridge",
  "version": "1.0.10",
  "description": "Self-hosted Discord bot that runs AI coding agents — Claude Code, Codex, and more — per channel. Role-based access, multi-server, extensible.",
  "type": "module",
  "bin": {
    "discord-agent-bridge": "dist/cli.js"
  },
  "files": [
    "dist",
    "scripts",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "dev": "tsx watch src/cli.ts",
    "start": "node dist/cli.js",
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "lint": "eslint src/",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "discord",
    "claude",
    "claude-code",
    "codex",
    "agent",
    "bot"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rsupport/discord-agent-bridge.git"
  },
  "homepage": "https://github.com/rsupport/discord-agent-bridge#readme",
  "bugs": {
    "url": "https://github.com/rsupport/discord-agent-bridge/issues"
  },
  "engines": {
    "node": ">=20.0.0"
  },
  "dependencies": {
    "@anthropic-ai/claude-agent-sdk": "^0.3.202",
    "@discordjs/rest": "^2.4.0",
    "@inquirer/prompts": "^8.0.0",
    "@puppeteer/browsers": "3.0.6",
    "discord.js": "^14.18.0",
    "mermaid": "^11.16.0",
    "open": "^11.0.0",
    "puppeteer": "^25.3.0",
    "sql.js": "^1.14.1",
    "zod": "^4.4.3"
  },
  "devDependencies": {
    "@eslint/js": "^9.39.4",
    "@types/node": "^20.0.0",
    "@types/sql.js": "^1.4.11",
    "eslint": "^9.0.0",
    "tsx": "^4.0.0",
    "typescript": "~5.7.0",
    "typescript-eslint": "^8.63.0",
    "vitest": "^3.0.0"
  }
}
