{
  "name": "notify-panel-pi",
  "version": "0.2.0",
  "description": "pi 扩展:轮询 notify-panel 收件箱,把未读通知自动投递给 AI agent 处理(事件驱动 agent)",
  "keywords": [
    "pi-package",
    "ai-agent",
    "agent",
    "notification",
    "event-driven",
    "notify-panel"
  ],
  "main": "./src/notify-panel.ts",
  "pi": {
    "extensions": ["./src"]
  },
  "files": [
    "src",
    "README.md"
  ],
  "scripts": {
    "typecheck": "tsc --noEmit"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": ">=0.80"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": ">=0.80",
    "@types/node": "^20.0.0",
    "typescript": "^5.4.0"
  },
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/vat-wiki/notify-panel.git",
    "directory": "extensions/pi"
  }
}
