{
  "name": "@diegopetrucci/pi-brrr",
  "version": "0.1.2",
  "description": "A pi extension that sends brrr push notifications when pi is ready for input.",
  "keywords": [
    "pi-package",
    "pi",
    "brrr",
    "notification",
    "push"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/diegopetrucci/pi-extensions.git",
    "directory": "extensions/brrr"
  },
  "files": [
    "index.ts",
    "README.md",
    "brrr.example.json",
    ".pi-fleet-tested-version"
  ],
  "publishConfig": {
    "access": "public"
  },
  "pi": {
    "extensions": [
      "index.ts"
    ]
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*"
  }
}
