{
  "name": "@halilertekin/claude-code-router-config",
  "version": "2.4.4",
  "description": "Multi-provider configuration for Claude Code Router with intent-based routing, advanced CLI tools, analytics, and smart routing. Setup OpenAI, Anthropic, Gemini, Qwen, GLM, OpenRouter, and GitHub Copilot with intelligent routing.",
  "main": "install.js",
  "bin": {
    "ccr-setup": "install.js",
    "ccr-glm-setup": "bin/ccr-glm-setup",
    "ccr": "cli/commands.js",
    "ccr-benchmark": "cli/benchmark.js",
    "ccr-analytics": "cli/analytics.js",
    "ccr-plugin": "plugins/plugin-manager.js"
  },
  "scripts": {
    "install": "node install.js",
    "setup": "chmod +x install.sh && ./install.sh",
    "postinstall": "node postinstall.js",
    "test": "jest",
    "cli": "node cli/commands.js",
    "benchmark": "node cli/benchmark.js",
    "analytics": "node cli/analytics.js",
    "health": "node logging/health-monitor.js"
  },
  "files": [
    "bin/",
    "config/",
    "cli/",
    "router/",
    "logging/",
    "templates/",
    "plugins/",
    "web-dashboard/",
    "install.sh",
    "setup-glm.sh",
    "install.js",
    "postinstall.js",
    ".env.example",
    "docs/",
    "CHANGELOG.md",
    "LICENSE",
    "README.md",
    "NPM_README.md",
    "SETUP.md",
    "quick-setup.sh"
  ],
  "keywords": [
    "claude",
    "ai",
    "routing",
    "multi-provider",
    "openai",
    "anthropic",
    "gemini",
    "qwen",
    "glm",
    "copilot",
    "claude-code",
    "cli",
    "automation",
    "configuration",
    "homebrew",
    "intent-based",
    "llm",
    "smart-routing",
    "analytics",
    "benchmarking",
    "performance-monitoring",
    "health-checks",
    "cost-optimization",
    "quality-optimization",
    "advanced-cli"
  ],
  "author": {
    "name": "Halil Ertekin",
    "email": "halil@ertekin.me",
    "url": "https://github.com/halilertekin"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/halilertekin/CC-RouterMultiProvider.git"
  },
  "bugs": {
    "url": "https://github.com/halilertekin/CC-RouterMultiProvider/issues"
  },
  "homepage": "https://github.com/halilertekin/CC-RouterMultiProvider#readme",
  "engines": {
    "node": ">=16.0.0"
  },
  "dependencies": {
    "inquirer": "^9.3.7",
    "chalk": "^4.1.2",
    "fs-extra": "^11.3.0",
    "express": "^4.21.2",
    "cors": "^2.8.5",
    "eventsource-parser": "^3.0.2",
    "undici": "^7.3.0"
  },
  "devDependencies": {
    "jest": "^29.7.0",
    "@types/jest": "^29.5.14"
  },
  "overrides": {
    "qs": "6.14.2",
    "semver": "^7.6.3"
  },
  "pnpm": {
    "overrides": {
      "qs": "6.14.2"
    }
  },
  "publishConfig": {
    "access": "public"
  }
}
