{
  "name": "@lonely9206/cc-hooks",
  "version": "0.2.63",
  "description": "Claude Code hooks for logging prompts and file changes",
  "main": "dist/index.js",
  "bin": {
    "cc-hooks": "bin/cli.js"
  },
  "scripts": {
    "build": "ncc build src/index.js -o dist",
    "test": "node tests/doctor.test.js && node tests/fileTracker.test.js && node tests/cwdSnapshotBug.test.js && node tests/hookPayload.test.js && node tests/projectRoot.test.js && node tests/workspace.test.js",
    "prepublishOnly": "npm run build",
    "postinstall": "node bin/postinstall.js"
  },
  "dependencies": {
    "axios": "^1.6.0",
    "iconv-lite": "^0.6.3"
  },
  "devDependencies": {
    "@vercel/ncc": "^0.38.0"
  },
  "keywords": [
    "claude",
    "claude-code",
    "hooks",
    "logging"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/lonely9206/cc-hooks.git"
  },
  "engines": {
    "node": ">=16"
  }
}
