{
  "name": "@zerodawn/pi-notify",
  "version": "0.1.1",
  "description": "Pi extension that notifies when the agent is ready for input.",
  "type": "module",
  "keywords": [
    "pi-package",
    "pi-extension",
    "notify"
  ],
  "license": "MIT",
  "pi": {
    "extensions": [
      "./extensions/notify.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "files": [
    "extensions/",
    "README.md"
  ]
}
