{
  "name": "costhawk",
  "version": "1.5.24",
  "description": "MCP server for CostHawk - AI API cost monitoring and optimization with Claude Code tracking",
  "type": "module",
  "main": "dist/index.js",
  "bin": {
    "costhawk": "dist/index.js"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "scripts": {
    "build": "tsc",
    "test:codex-cache": "npm run build && node scripts/test-codex-cache-accounting.mjs",
    "start": "node dist/index.js",
    "dev": "tsx src/index.ts",
    "prepublishOnly": "node scripts/build-with-sha.cjs"
  },
  "keywords": [
    "mcp",
    "model-context-protocol",
    "costhawk",
    "ai",
    "llm",
    "cost-monitoring",
    "openai",
    "anthropic",
    "claude",
    "claude-code",
    "token-tracking"
  ],
  "author": "CostHawk",
  "license": "MIT",
  "homepage": "https://costhawk.ai",
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.29.0",
    "zod": "^3.23.0"
  },
  "devDependencies": {
    "@types/node": "^20.14.0",
    "tsx": "^4.16.0",
    "typescript": "^5.5.0"
  }
}
