Files
openclaw/extensions/feishu/package.json

36 lines
883 B
JSON
Raw Normal View History

2026-02-03 14:27:13 -08:00
{
"name": "@openclaw/feishu",
2026-03-13 01:37:52 +00:00
"version": "2026.3.12",
"description": "OpenClaw Feishu/Lark channel plugin (community maintained by @m1heng)",
2026-02-03 14:27:13 -08:00
"type": "module",
"dependencies": {
2026-02-12 22:58:29 +01:00
"@larksuiteoapi/node-sdk": "^1.59.0",
2026-02-06 16:37:48 -08:00
"@sinclair/typebox": "0.34.48",
"https-proxy-agent": "^8.0.0",
"zod": "^4.3.6"
},
2026-02-03 14:27:13 -08:00
"openclaw": {
"extensions": [
"./index.ts"
],
"channel": {
"id": "feishu",
"label": "Feishu",
"selectionLabel": "Feishu/Lark (飞书)",
2026-02-03 14:27:13 -08:00
"docsPath": "/channels/feishu",
"docsLabel": "feishu",
"blurb": "飞书/Lark enterprise messaging with doc/wiki/drive tools.",
2026-02-03 14:27:13 -08:00
"aliases": [
"lark"
],
"order": 35,
"quickstartAllowFrom": true
},
"install": {
"npmSpec": "@openclaw/feishu",
"localPath": "extensions/feishu",
"defaultChoice": "npm"
}
}
}