{
  "name": "nathangong",
  "version": "0.1.0",
  "description": "Pops a macOS notification with a photo of Nathan Gong after every Claude Code turn.",
  "keywords": [
    "nathan gong",
    "claude",
    "claude-code",
    "hook",
    "notification",
    "macos",
    "fun"
  ],
  "license": "MIT",
  "main": "index.js",
  "bin": {
    "nathangong": "bin/cli.js"
  },
  "files": [
    "bin",
    "scripts",
    "assets",
    "index.js",
    "README.md"
  ],
  "scripts": {
    "postinstall": "node scripts/postinstall.js",
    "preuninstall": "node scripts/preuninstall.js",
    "test": "node bin/cli.js test"
  },
  "engines": {
    "node": ">=14"
  },
  "dependencies": {
    "node-notifier": "^10.0.1"
  }
}
