{
  "name": "pi-telegram-group-topic",
  "version": "0.1.0",
  "private": false,
  "description": "Control multiple pi sessions from Telegram forum topics",
  "type": "module",
  "keywords": [
    "pi-package",
    "pi",
    "telegram",
    "bot",
    "extension",
    "pi-extension",
    "telegram-bot",
    "forum-topics"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/AlekseiSeleznev/pi-telegram-group-topic.git"
  },
  "homepage": "https://github.com/AlekseiSeleznev/pi-telegram-group-topic",
  "bugs": {
    "url": "https://github.com/AlekseiSeleznev/pi-telegram-group-topic/issues"
  },
  "scripts": {
    "test": "node --experimental-strip-types --test tests/*.test.ts",
    "typecheck": "tsc --noEmit",
    "audit": "npm audit",
    "pack:check": "npm pack --dry-run",
    "validate": "npm run typecheck && npm test && npm run audit && npm run pack:check"
  },
  "files": [
    "index.ts",
    "lib/",
    "README.md",
    "LICENSE",
    "docs/*.md"
  ],
  "publishConfig": {
    "access": "public"
  },
  "pi": {
    "extensions": [
      "./index.ts"
    ]
  },
  "peerDependencies": {
    "@mariozechner/pi-agent-core": "*",
    "@mariozechner/pi-ai": "*",
    "@mariozechner/pi-coding-agent": "*",
    "@sinclair/typebox": "*"
  },
  "devDependencies": {
    "@types/node": "latest",
    "typescript": "latest"
  }
}
