{
  "name": "@morphy-agent/channel-telegram",
  "version": "0.6.5",
  "description": "Telegram channel adapter for Morphy — inline keyboards, media types, streaming",
  "license": "SEE LICENSE IN LICENSE",
  "repository": {
    "type": "git",
    "url": "https://github.com/deadraid/morphy-releases.git",
    "directory": "channels/telegram"
  },
  "bin": {
    "channel-telegram": "bin/run.js"
  },
  "scripts": {
    "postinstall": "node install.js"
  },
  "files": [
    "bin/",
    "install.js",
    "LICENSE"
  ],
  "engines": {
    "node": ">=16"
  },
  "os": [
    "darwin",
    "linux",
    "win32"
  ],
  "cpu": [
    "x64",
    "arm64"
  ],
  "keywords": [
    "morphy",
    "channel",
    "telegram",
    "ai",
    "agent"
  ]
}
