{
  "name": "@gamaraan/desktop-notify",
  "version": "0.1.0",
  "description": "Cross-platform terminal and desktop notifications for pi coding-agent.",
  "keywords": ["pi-package", "notifications", "desktop", "terminal", "omp"],
  "license": "MIT",
  "type": "module",
  "main": "src/index.ts",
  "types": "src/index.ts",
  "files": ["src", "README.md", "AGENTS.md", "LICENSE"],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gamaraan/desktop-notify-extension.git"
  },
  "homepage": "https://github.com/gamaraan/desktop-notify-extension",
  "bugs": {
    "url": "https://github.com/gamaraan/desktop-notify-extension/issues"
  },
  "engines": {
    "node": ">=18"
  },
  "scripts": {
    "test": "bun test",
    "typecheck": "tsc --noEmit",
    "verify:package": "npm pack --dry-run --json"
  },
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "pi": {
    "extensions": ["./src/index.ts"]
  },
  "exports": {
    ".": {
      "types": "./src/index.ts",
      "import": "./src/index.ts"
    },
    "./client": {
      "types": "./src/client.ts",
      "import": "./src/client.ts"
    }
  },
  "peerDependencies": {
    "@earendil-works/pi-ai": ">=0.84.1",
    "@earendil-works/pi-coding-agent": ">=0.84.1",
    "@earendil-works/pi-tui": ">=0.84.1"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-ai": { "optional": true },
    "@earendil-works/pi-coding-agent": { "optional": true },
    "@earendil-works/pi-tui": { "optional": true }
  },
  "devDependencies": {
    "@earendil-works/pi-ai": "0.84.1",
    "@earendil-works/pi-coding-agent": "0.84.1",
    "@earendil-works/pi-tui": "0.84.1",
    "@types/bun": "1.3.14",
    "@types/node": "22.15.21",
    "typebox": "1.3.7",
    "typescript": "7.0.2"
  }
}
