{
  "name": "pi-opt-in",
  "version": "0.1.0",
  "description": "Opt-in desktop notifications when a Pi agent response is ready.",
  "author": "Daniel Ronalds",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/danielronalds/pi-opt-in.git"
  },
  "keywords": [
    "pi-package",
    "pi-extension",
    "macos",
    "linux",
    "notifications",
    "dbus",
    "opt-in"
  ],
  "files": [
    "src",
    "README.md",
    "LICENSE"
  ],
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@earendil-works/pi-tui": "*"
  },
  "peerDependenciesMeta": {
    "@earendil-works/pi-coding-agent": {
      "optional": true
    },
    "@earendil-works/pi-tui": {
      "optional": true
    }
  },
  "pi": {
    "extensions": [
      "./src/index.ts"
    ]
  }
}
