openclaw/extensions/feishu/package.json
Jiaxin Shui 50512b97e8 adapt to feishu and add proxy
Signed-off-by: Jiaxin Shui <shuijx@xiaopeng.com>
2026-01-28 09:19:48 +08:00

15 lines
261 B
JSON

{
"name": "@clawdbot/feishu",
"version": "2026.1.25",
"type": "module",
"description": "Clawdbot Feishu channel plugin",
"dependencies": {
"@larksuiteoapi/node-sdk": "1.40.1"
},
"clawdbot": {
"extensions": [
"./index.ts"
]
}
}