{
  "name": "claude-telegram-mirror",
  "version": "0.2.27",
  "description": "Bidirectional Telegram integration for Claude Code CLI - monitor and control your Claude Code sessions from Telegram",
  "bin": {
    "claude-telegram-mirror": "./scripts/ctm-wrapper.cjs",
    "ctm": "./scripts/ctm-wrapper.cjs"
  },
  "scripts": {
    "postinstall": "node postinstall.cjs",
    "test": "cd rust-crates && cargo test"
  },
  "files": [
    "scripts/ctm-wrapper.cjs",
    "scripts/resolve-binary.cjs",
    "scripts/get-chat-id.sh",
    "postinstall.cjs",
    "README.md",
    "SECURITY.md"
  ],
  "keywords": [
    "claude",
    "telegram",
    "cli",
    "mirror",
    "bot",
    "claude-code",
    "anthropic",
    "ai",
    "automation",
    "remote-control",
    "mobile"
  ],
  "author": "Robert E. Lee <robert@agidreams.us>",
  "license": "MIT",
  "homepage": "https://github.com/robertelee78/claude-telegram-mirror",
  "repository": {
    "type": "git",
    "url": "https://github.com/robertelee78/claude-telegram-mirror.git"
  },
  "bugs": {
    "url": "https://github.com/robertelee78/claude-telegram-mirror/issues"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/robertelee78"
  },
  "publishConfig": {
    "access": "public"
  },
  "optionalDependencies": {
    "@agidreams/ctm-linux-x64": "0.2.27",
    "@agidreams/ctm-linux-arm64": "0.2.27",
    "@agidreams/ctm-darwin-arm64": "0.2.27",
    "@agidreams/ctm-darwin-x64": "0.2.27"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "os": [
    "linux",
    "darwin"
  ]
}
