{
  "name": "@ccusage/mcp",
  "type": "module",
  "version": "18.0.11",
  "description": "MCP server implementation for ccusage data",
  "author": "ryoppippi",
  "license": "MIT",
  "funding": "https://github.com/ryoppippi/ccusage?sponsor=1",
  "homepage": "https://github.com/ryoppippi/ccusage#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ryoppippi/ccusage.git",
    "directory": "apps/mcp"
  },
  "bugs": {
    "url": "https://github.com/ryoppippi/ccusage/issues"
  },
  "exports": {
    ".": "./dist/index.js",
    "./package.json": "./package.json"
  },
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "bin": {
    "ccusage-mcp": "./dist/index.js"
  },
  "files": [
    "README.md",
    "dist"
  ],
  "engines": {
    "node": ">=20.19.4"
  },
  "dependencies": {
    "@hono/mcp": "^0.1.5",
    "@hono/node-server": "^1.19.7",
    "@modelcontextprotocol/sdk": "^1.24.3",
    "gunshi": "^0.26.3",
    "hono": "^4.9.2",
    "nano-spawn": "^1.0.3",
    "zod": "^4.1.13",
    "@ccusage/codex": "18.0.11",
    "ccusage": "18.0.11"
  }
}