{
  "name": "@omardev_11/pi-stop-notify",
  "version": "0.3.0",
  "description": "Notifies (sound + native + terminal OSC) when the pi agent stops — either finished or awaiting input.",
  "type": "module",
  "license": "MIT",
  "author": "omardev_11",
  "keywords": [
    "pi-package",
    "pi-extension",
    "pi-coding-agent",
    "notification"
  ],
  "files": [
    "extensions",
    "README.md",
    "LICENSE"
  ],
  "publishConfig": {
    "access": "public"
  },
  "pi": {
    "extensions": [
      "./extensions/stop-notify.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "^0.74.0"
  }
}
