{
  "name": "zed-notify",
  "version": "0.0.2",
  "description": "Pi extension that emits a terminal bell so Zed Terminal Threads can show completion notifications",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ssdiwu/zed-notify.git"
  },
  "homepage": "https://github.com/ssdiwu/zed-notify#readme",
  "bugs": {
    "url": "https://github.com/ssdiwu/zed-notify/issues"
  },
  "type": "module",
  "keywords": [
    "pi-package",
    "pi",
    "pi-coding-agent",
    "zed",
    "notification"
  ],
  "license": "MIT",
  "files": [
    "index.ts",
    "README.md",
    "AGENTS.md",
    "doc/README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@types/node": "^24.3.0",
    "typescript": "^5.9.3"
  },
  "scripts": {
    "typecheck": "tsc --noEmit"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  }
}
