{
  "name": "@whonixnetworks/pi-toast",
  "version": "1.1.2",
  "description": "Desktop toast notifications for Pi coding agent via dunst-recv",
  "type": "module",
  "license": "MIT",
  "author": "greedy <j.locker@whonix.net>",
  "keywords": [
    "pi-package",
    "pi-extension",
    "pi-coding-agent",
    "dunst",
    "notifications"
  ],
  "files": [
    "extensions"
  ],
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "^0.74.0"
  },
  "scripts": {
    "typecheck": "tsc --noEmit",
    "test": "vitest run",
    "check": "npm run typecheck && npm run test"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.74.0",
    "typebox": "^1.2.0",
    "typescript": "^5.8.0"
  },

  "pi": {
    "extensions": [
      "./extensions/toast.ts"
    ]
  }
}
