{
  "name": "claude-token-saver",
  "version": "3.2.0",
  "description": "Save tokens on Claude Code — spike diagnosis, 1M-context detection, TTL countdown, statusline. (formerly claude-cache-monitor)",
  "type": "module",
  "bin": {
    "claude-token-saver": "bin/cli.js"
  },
  "scripts": {
    "postinstall": "node bin/cli.js install || true"
  },
  "files": [
    "bin/",
    "src/",
    "presets/",
    "examples/",
    "README.md",
    "README.en.md"
  ],
  "engines": {
    "node": ">=18"
  },
  "keywords": [
    "claude",
    "anthropic",
    "cache",
    "monitoring",
    "prompt-caching",
    "cli",
    "statusline",
    "claude-code",
    "token-usage",
    "cost-savings",
    "1m-context"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rootstudioyaml/claude-token-saver.git"
  },
  "homepage": "https://rootstudioyaml.github.io/",
  "bugs": {
    "url": "https://github.com/rootstudioyaml/claude-token-saver/issues"
  },
  "author": "DeepPulse (https://www.youtube.com/@DeepPulseKR)"
}
