{
  "name": "@smoose/pi-notify",
  "version": "0.1.1",
  "description": "Native terminal notifications for Pi when the agent is ready for input.",
  "type": "module",
  "keywords": [
    "pi-package",
    "pi-extension",
    "notification"
  ],
  "license": "MIT",
  "pi": {
    "extensions": [
      "./src/index.ts"
    ]
  },
  "files": [
    "src/"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/smoosex/pi-notify.git"
  },
  "homepage": "https://github.com/smoosex/pi-notify",
  "bugs": {
    "url": "https://github.com/smoosex/pi-notify/issues"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "@types/node": "^22.10.0",
    "tsx": "^4.22.4",
    "typescript": "^5.7.0"
  },
  "scripts": {
    "test": "node --import tsx --test tests/*.test.ts",
    "typecheck": "tsc --noEmit"
  }
}
