{
  "name": "claude-status-box",
  "version": "1.0.0",
  "description": "Drive the claude-status ESP32-C3 BLE indicator box (LEDs + buzzer + button) from Claude Code hooks",
  "keywords": [
    "claude-code",
    "claude",
    "esp32",
    "ble",
    "status-light",
    "hooks"
  ],
  "license": "MIT",
  "bin": {
    "claude-status": "bin/claude-status.js"
  },
  "files": [
    "bin",
    "lib",
    "src",
    "scripts"
  ],
  "os": [
    "darwin"
  ],
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "postinstall": "node scripts/postinstall.js",
    "preuninstall": "node scripts/preuninstall.js"
  }
}
