- Add Feishu to docs/channels/index.md supported channels list - Add feishu to docs/docs.json navigation - Add channel metadata and install config to package.json Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
33 lines
767 B
JSON
33 lines
767 B
JSON
{
|
|
"name": "@openclaw/feishu",
|
|
"version": "2026.1.29",
|
|
"type": "module",
|
|
"description": "OpenClaw Feishu/Lark channel plugin",
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
],
|
|
"channel": {
|
|
"id": "feishu",
|
|
"label": "Feishu",
|
|
"selectionLabel": "Feishu/Lark (飞书)",
|
|
"docsPath": "/channels/feishu",
|
|
"docsLabel": "feishu",
|
|
"blurb": "Feishu/Lark enterprise messaging for China and International markets.",
|
|
"aliases": [
|
|
"lark"
|
|
],
|
|
"order": 72,
|
|
"quickstartAllowFrom": true
|
|
},
|
|
"install": {
|
|
"npmSpec": "@openclaw/feishu",
|
|
"localPath": "extensions/feishu",
|
|
"defaultChoice": "npm"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@larksuiteoapi/node-sdk": "^1.30.0"
|
|
}
|
|
}
|