32 lines
810 B
JSON
Raw Normal View History

{
2026-01-30 03:15:10 +01:00
"name": "@openclaw/telegram",
2026-03-14 06:05:39 +00:00
"version": "2026.3.14",
"private": true,
2026-01-30 03:15:10 +01:00
"description": "OpenClaw Telegram channel plugin",
2026-01-31 21:13:13 +09:00
"type": "module",
"dependencies": {
"@grammyjs/runner": "^2.0.3",
"@grammyjs/transformer-throttler": "^1.2.1",
"grammy": "^1.41.1"
},
2026-01-30 03:15:10 +01:00
"openclaw": {
2026-01-21 07:36:32 +00:00
"extensions": [
"./index.ts"
],
"setupEntry": "./setup-entry.ts",
"channel": {
"id": "telegram",
"label": "Telegram",
"selectionLabel": "Telegram (Bot API)",
"detailLabel": "Telegram Bot",
"docsPath": "/channels/telegram",
"docsLabel": "telegram",
"blurb": "simplest way to get started — register a bot with @BotFather and get going.",
"systemImage": "paperplane"
},
"bundle": {
"stageRuntimeDependencies": true
}
}
}