Files
openclaw/extensions/telegram/package.json

14 lines
257 B
JSON
Raw Normal View History

2026-03-16 17:22:13 +08:00
{
"name": "@openclaw/telegram",
"version": "2026.3.14",
"private": true,
"description": "OpenClaw Telegram channel plugin",
"type": "module",
"openclaw": {
"extensions": [
"./index.ts"
],
"setupEntry": "./setup-entry.ts"
}
}