Files
openclaw/extensions/telegram/package.json
scoootscooob d52d5ad6ff release: mirror bundled channel deps at root (#63065)
Merged via squash.

Prepared head SHA: ac26799a54
Co-authored-by: scoootscooob <167050519+scoootscooob@users.noreply.github.com>
Co-authored-by: scoootscooob <167050519+scoootscooob@users.noreply.github.com>
Reviewed-by: @scoootscooob
2026-04-08 04:00:17 -07:00

52 lines
1.3 KiB
JSON

{
"name": "@openclaw/telegram",
"version": "2026.4.9",
"private": true,
"description": "OpenClaw Telegram channel plugin",
"type": "module",
"dependencies": {
"@grammyjs/runner": "^2.0.3",
"@grammyjs/transformer-throttler": "^1.2.1",
"grammy": "^1.42.0"
},
"devDependencies": {
"@openclaw/plugin-sdk": "workspace:*"
},
"openclaw": {
"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",
"selectionDocsPrefix": "",
"selectionDocsOmitLabel": true,
"selectionExtras": [
"https://openclaw.ai"
],
"markdownCapable": true,
"configuredState": {
"specifier": "./configured-state",
"exportName": "hasTelegramConfiguredState"
}
},
"bundle": {
"stageRuntimeDependencies": true
},
"releaseChecks": {
"rootDependencyMirrorAllowlist": [
"@grammyjs/runner",
"@grammyjs/transformer-throttler",
"grammy"
]
}
}
}