{ "name": "@larksuite/openclaw-lark", "version": "2026.3.17", "description": "OpenClaw Lark/Feishu channel plugin", "type": "module", "bin": { "openclaw-lark": "bin/openclaw-lark.js" }, "files": [ "**/*" ], "dependencies": { "@larksuiteoapi/node-sdk": "^1.59.0", "@sinclair/typebox": "0.34.48", "image-size": "^2.0.2", "zod": "^4.3.6" }, "openclaw": { "extensions": [ "./index.js" ], "channel": { "id": "openclaw-lark", "label": "Feishu", "selectionLabel": "Lark/Feishu (飞书)", "docsPath": "/channels/feishu", "docsLabel": "feishu", "blurb": "飞书/Lark enterprise messaging with doc/wiki/drive/task/calendar tools.", "aliases": [ "lark" ], "order": 35, "quickstartAllowFrom": true }, "install": { "npmSpec": "@larksuite/openclaw-lark", "localPath": "extensions/feishu", "defaultChoice": "npm" } }, "main": "index.js", "types": "index.d.ts", "exports": { ".": { "types": "./index.d.ts", "import": "./index.js", "default": "./index.js" } } }