{
  "name": "pi-smart-notify",
  "version": "0.1.0",
  "description": "Context-aware completion notifications for Pi coding agent sessions.",
  "type": "module",
  "license": "MIT",
  "author": "Rafa Canseco",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rafa-canseco/pi-smart-notify.git"
  },
  "homepage": "https://github.com/rafa-canseco/pi-smart-notify#readme",
  "bugs": {
    "url": "https://github.com/rafa-canseco/pi-smart-notify/issues"
  },
  "keywords": [
    "pi-package",
    "pi-extension",
    "notifications",
    "ghostty",
    "macos",
    "developer-tools"
  ],
  "files": [
    "index.ts",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "check": "tsc --noEmit",
    "pack:check": "npm pack --dry-run"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "^0.84.0",
    "@types/node": "^24.0.0",
    "typescript": "^5.9.0"
  },
  "engines": {
    "node": ">=20"
  }
}
