{
  "name": "@npm-ken/pi-macos-notify",
  "version": "0.8.0",
  "description": "Pi extension that sends configurable macOS notifications for Pi events.",
  "type": "module",
  "packageManager": "bun@1.3.14",
  "scripts": {
    "test": "bun test",
    "pack:dry": "bun pm pack --dry-run"
  },
  "keywords": ["pi-package", "pi-extension", "macos", "notifications"],
  "files": ["README.md", "extensions/macos-notify.ts", "macos-notify.toml.example"],
  "pi": {
    "extensions": ["./extensions/macos-notify.ts"]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  }
}
