{
  "name": "nathangong",
  "version": "0.4.0",
  "description": "Whip-a-Nathan: OpenWhip cursor + Nathan slides in from the side 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",
    "vendor",
    "native",
    "whip",
    "index.js",
    "README.md",
    "INSTALL.md"
  ],
  "scripts": {
    "postinstall": "node scripts/postinstall.js",
    "preuninstall": "node scripts/preuninstall.js",
    "test": "node bin/cli.js test"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "electron": "^33.0.0"
  }
}
