{
  "name": "claude-spotter",
  "version": "1.4.15",
  "description": "Audit agent running alongside Claude Code that catches missed tool calls — 気づく役と実行する役の分離",
  "type": "module",
  "bin": {
    "spotter": "bin/spotter.mjs"
  },
  "exports": {
    ".": "./src/index.mjs"
  },
  "scripts": {
    "test": "node --test",
    "postinstall": "node scripts/postinstall.mjs",
    "preuninstall": "node scripts/preuninstall.mjs"
  },
  "keywords": [
    "claude",
    "claude-code",
    "hooks",
    "agent",
    "tool-use",
    "audit",
    "spotter"
  ],
  "author": "kitepon",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kitepon-rgb/Spotter.git"
  },
  "bugs": {
    "url": "https://github.com/kitepon-rgb/Spotter/issues"
  },
  "homepage": "https://github.com/kitepon-rgb/Spotter#readme",
  "engines": {
    "node": ">=22.5.0"
  },
  "dependencies": {
    "js-yaml": "^4.1.0"
  },
  "files": [
    "bin",
    "src",
    "scripts",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ]
}
