{
  "name": "@raidou/pi-notify",
  "version": "0.7.3",
  "description": "Desktop notification extension for the pi coding agent.",
  "keywords": [
    "pi",
    "pi-package",
    "pi-extension",
    "pi-coding-agent",
    "notifications",
    "desktop",
    "wsl"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/weirongxu/pi-notify.git"
  },
  "homepage": "https://github.com/weirongxu/pi-notify",
  "type": "module",
  "files": [
    "src"
  ],
  "pi": {
    "extensions": [
      "./src/index.ts"
    ]
  },
  "main": "./src/index.ts",
  "scripts": {
    "test": "pnpm run test:types && pnpm run test:lint && pnpm run test:unit",
    "test:types": "tsc --noEmit",
    "test:lint": "eslint --fix .",
    "test:unit": "vitest run"
  },
  "dependencies": {
    "emittery": "^2.0.0",
    "lodash-es": "^4.18.1",
    "node-notifier": "^10.0.1",
    "proper-lockfile": "^4.1.2"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": ">=0.85.0",
    "@earendil-works/pi-tui": ">=0.85.0"
  },
  "devDependencies": {
    "@earendil-works/pi-tui": "0.85.1",
    "@raidou/eslint-config-base": "^4.4.3",
    "@types/lodash-es": "^4.17.12",
    "@types/node": "^22.0.0",
    "@types/proper-lockfile": "^4.1.4",
    "eslint": "^10.7.0",
    "prettier": "^3.9.5",
    "typescript": "^5.6.0",
    "vitest": "^4.1.11"
  }
}
