{
  "name": "@diegopetrucci/pi-notify",
  "version": "0.1.17",
  "description": "A pi extension that sends a notification when the agent is ready for input.",
  "keywords": [
    "pi-package",
    "pi",
    "notification",
    "terminal"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/diegopetrucci/pi-extensions.git",
    "directory": "extensions/notify"
  },
  "files": [
    "index.ts",
    "README.md",
    "notify.example.json",
    ".pi-fleet-tested-version"
  ],
  "publishConfig": {
    "access": "public"
  },
  "pi": {
    "extensions": [
      "index.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "type": "module",
  "engines": {
    "node": ">=22.19.0"
  }
}
