{
  "name": "ai-doctor",
  "version": "2.0.4",
  "description": "Fix OpenAI 429 errors, timeouts, streaming issues, retry loops, and token cost spikes across OpenAI, Claude, Gemini, LangChain, OpenClaw, and other LLM stacks.",
  "main": "dist/src/index.js",
  "bin": {
    "ai-doctor": "dist/src/cli.js"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "prepublishOnly": "npm run build"
  },
  "keywords": [
    "ai",
    "llm",
    "openai",
    "claude",
    "anthropic",
    "gemini",
    "openrouter",
    "grok",
    "replicate",
    "deepseek",
    "mistral",
    "cohere",
    "langchain",
    "openclaw",
    "vercel-ai-sdk",
    "llamaindex",
    "timeout",
    "streaming",
    "retry",
    "rate-limit",
    "429",
    "resource_exhausted",
    "cost-control",
    "token-usage",
    "debugging",
    "observability",
    "tracing",
    "api-errors",
    "cli",
    "ai-doctor"
  ],
  "author": "AI Badgr <support@aibadgr.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/michaelbrinkworth/ai-patch-doctor.git",
    "directory": "node"
  },
  "bugs": {
    "url": "https://github.com/michaelbrinkworth/ai-patch-doctor/issues"
  },
  "homepage": "https://github.com/michaelbrinkworth/ai-patch-doctor#readme",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/",
    "access": "public"
  },
  "engines": {
    "node": ">=16.0.0"
  },
  "dependencies": {
    "@types/uuid": "^10.0.0",
    "commander": "^11.1.0",
    "node-fetch": "^2.7.0",
    "posthog-node": "^5.21.2",
    "uuid": "^13.0.0"
  },
  "devDependencies": {
    "@types/node": "^20.19.31",
    "@types/node-fetch": "^2.6.13",
    "typescript": "^5.3.3"
  }
}
