mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-16 12:30:49 +00:00
14 lines
257 B
JSON
14 lines
257 B
JSON
{
|
|
"name": "@openclaw/telegram",
|
|
"version": "2026.3.14",
|
|
"private": true,
|
|
"description": "OpenClaw Telegram channel plugin",
|
|
"type": "module",
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
],
|
|
"setupEntry": "./setup-entry.ts"
|
|
}
|
|
}
|