{
  "name": "claude-cat",
  "version": "1.2.6",
  "description": "A cute cat on your Claude Code status line that shows remaining credits at a glance.",
  "keywords": [
    "claude",
    "claude-code",
    "statusline",
    "cli",
    "cat",
    "usage",
    "credits"
  ],
  "homepage": "https://github.com/thingineeer/claude-cat#readme",
  "bugs": {
    "url": "https://github.com/thingineeer/claude-cat/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/thingineeer/claude-cat.git"
  },
  "license": "MIT",
  "author": "thingineeer (https://github.com/thingineeer)",
  "type": "module",
  "bin": {
    "claude-cat": "bin/cli.js"
  },
  "files": [
    "bin",
    "src",
    "examples",
    "README.md",
    "README.ko.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "start": "node bin/cli.js",
    "test:sample": "cat examples/sample-stdin.json | node bin/cli.js",
    "test:full": "cat examples/sample-stdin.json | node bin/cli.js --full",
    "test:critical": "cat examples/sample-critical.json | node bin/cli.js",
    "test:sonnet": "cat examples/sample-with-sonnet.json | node bin/cli.js --full",
    "test:warming": "cat examples/sample-warming-up.json | node bin/cli.js --full --kawaii",
    "test:saturated": "cat examples/sample-weekly-saturated.json | node bin/cli.js --full --kawaii",
    "test:apicost": "cat examples/sample-api-cost-only.json | node bin/cli.js --full --kawaii",
    "test:pro": "cat examples/sample-stdin.json | CLAUDE_CAT_PLAN=pro node bin/cli.js",
    "test:no-cost": "cat examples/sample-with-sonnet.json | node bin/cli.js --full --no-cost",
    "test:no-cost:compact": "cat examples/sample-with-sonnet.json | node bin/cli.js --no-cost",
    "test:no-cost:wide": "cat examples/sample-with-sonnet.json | node bin/cli.js --wide --no-cost",
    "test:no-ctx": "cat examples/sample-with-sonnet.json | node bin/cli.js --full --no-ctx",
    "test:no-ctx:compact": "cat examples/sample-with-sonnet.json | node bin/cli.js --no-ctx",
    "test:no-ctx:wide": "cat examples/sample-with-sonnet.json | node bin/cli.js --wide --no-ctx",
    "test:stale": "bash scripts/test-stale.sh",
    "prepublishOnly": "npm run test:sample && npm run test:full && npm pack --dry-run"
  },
  "dependencies": {
    "ink": "^5.2.1",
    "ink-select-input": "^6.2.0",
    "react": "^18.3.1"
  }
}
