{
  "name": "claude-token-saver",
  "version": "3.26.1",
  "description": "Route the easy work your expensive Claude model keeps repeating down to haiku/sonnet — post-hoc session analysis, no realtime router, no extra LLM calls.",
  "type": "module",
  "bin": {
    "claude-token-saver": "bin/cli.js"
  },
  "scripts": {
    "test": "node --test",
    "docs:statusline": "node scripts/docs-statusline.mjs",
    "postinstall": "node bin/cli.js install || true"
  },
  "files": [
    "bin/",
    "src/",
    "presets/",
    "examples/",
    "README.md",
    "README.en.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=18"
  },
  "keywords": [
    "claude",
    "claude-code",
    "anthropic",
    "model-routing",
    "llm-router",
    "delegation",
    "subagent",
    "haiku",
    "cost-savings",
    "token-usage",
    "prompt-caching",
    "cache",
    "statusline",
    "cli",
    "1m-context",
    "claude-code-statusline",
    "claude-code-cost",
    "model-fitting",
    "ratchet",
    "agent-harness"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rootstudioyaml/claude-token-saver.git"
  },
  "homepage": "https://github.com/rootstudioyaml/claude-token-saver#readme",
  "bugs": {
    "url": "https://github.com/rootstudioyaml/claude-token-saver/issues"
  },
  "author": "DeepPulse (https://www.youtube.com/@DeepPulseKR)"
}
