2026-01-18 08:32:19 +00:00
|
|
|
{
|
2026-01-30 03:15:10 +01:00
|
|
|
"name": "@openclaw/telegram",
|
2026-03-14 06:05:39 +00:00
|
|
|
"version": "2026.3.14",
|
2026-02-09 12:56:04 -06:00
|
|
|
"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",
|
2026-03-19 00:24:38 +00:00
|
|
|
"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"
|
2026-03-15 19:27:45 -07:00
|
|
|
],
|
2026-03-18 16:01:31 -07:00
|
|
|
"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"
|
2026-03-19 00:24:38 +00:00
|
|
|
},
|
|
|
|
|
"bundle": {
|
|
|
|
|
"stageRuntimeDependencies": true
|
2026-03-18 16:01:31 -07:00
|
|
|
}
|
2026-01-18 08:32:19 +00:00
|
|
|
}
|
|
|
|
|
}
|