{
  "name": "@xiaoso/pi-plugin-windows-notify",
  "version": "0.0.2",
  "description": "Pi Windows notification plugin - sends notifications on task completion and user confirmation needed, with AFK mode to notify only when away from window",
  "main": "./src/index.ts",
  "exports": {
    ".": "./src/index.ts"
  },
  "files": [
    "src/",
    "README.md",
    "LICENSE"
  ],
  "keywords": [
    "pi",
    "pi-extension",
    "windows",
    "notification",
    "afk",
    "desktop-notify",
    "pi-package"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xiaoso456/pi-plugin-windows-notify.git"
  },
  "author": "xiaoso456",
  "publishConfig": {
    "access": "public"
  },
  "os": [
    "win32"
  ],
  "engines": {
    "node": ">=18"
  },
  "pi": {
    "extensions": [
      "./src/index.ts"
    ]
  },
  "dependencies": {
    "active-win": "^8.2.1",
    "node-notifier": "^10.0.1"
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "^0.75.4",
    "@earendil-works/pi-coding-agent": "^0.75.4",
    "@earendil-works/pi-tui": "^0.75.4",
    "@types/node-notifier": "^8.0.5",
    "typebox": "^1.1.38",
    "typescript": "^6.0.3"
  }
}
