{
  "name": "aibroker",
  "version": "0.56.3",
  "description": "Platform-agnostic AI message broker — routes between user channels and AI backends",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "templates",
    "README.md",
    "LICENSE",
    "hooks",
    "docker",
    "!docker/**/node_modules/**",
    "!docker/**/dist/**",
    "!docker/.env"
  ],
  "bin": {
    "aibroker": "dist/daemon/cli.js",
    "aibroker-mcp": "dist/mcp/index.js"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "start": "node dist/daemon/cli.js start",
    "test": "npx tsx --import ./test/home-guard.ts --test test/*.test.ts",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mnott/AIBroker.git"
  },
  "keywords": [
    "mcp",
    "ai",
    "broker",
    "claude",
    "claude-code",
    "whatsapp",
    "telegram",
    "tts",
    "iterm2"
  ],
  "license": "MIT",
  "author": "Matthias Nott",
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "@anthropic-ai/claude-agent-sdk": "^0.1.0",
    "@modelcontextprotocol/sdk": "^1.27.1",
    "aedes": "^1.0.1",
    "apns2": "^12.2.0",
    "bonjour-service": "^1.3.0",
    "kokoro-js": "^1.2.1",
    "mqtt": "^5.15.1",
    "ws": "^8.19.0",
    "zod": "^4.3.6"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "@types/ws": "^8.5.0",
    "typescript": "^5.0.0"
  }
}
