{
  "name": "@wienerberliner/pi-telegram",
  "version": "0.1.6",
  "description": "One-way Telegram notifications for Pi agents via a BotFather bot.",
  "license": "MIT",
  "type": "module",
  "keywords": [
    "pi-package",
    "pi-extension",
    "telegram",
    "notifications"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dasomji/pi-telegram.git"
  },
  "bugs": {
    "url": "https://github.com/dasomji/pi-telegram/issues"
  },
  "homepage": "https://github.com/dasomji/pi-telegram#readme",
  "pi": {
    "extensions": [
      "./extensions"
    ],
    "skills": [
      "./skills"
    ]
  },
  "files": [
    "extensions",
    "bin",
    "skills",
    "README.md",
    "LICENSE",
    ".env.example"
  ],
  "scripts": {
    "typecheck": "tsc --noEmit"
  },
  "peerDependencies": {
    "@earendil-works/pi-coding-agent": "*",
    "typebox": "*"
  },
  "devDependencies": {
    "@earendil-works/pi-coding-agent": "latest",
    "typescript": "latest",
    "typebox": "latest"
  },
  "publishConfig": {
    "access": "public"
  },
  "bin": {
    "pi-telegram": "./bin/pi-telegram.mjs"
  }
}
