auto: sync OpenClaw config 2026-09-09 16:13

This commit is contained in:
2026-09-09 16:13:31 +08:00
parent c79d73c0fe
commit 0aa13d3cf0
440 changed files with 51636 additions and 13 deletions
+63
View File
@@ -0,0 +1,63 @@
{
"name": "@larksuite/openclaw-lark",
"version": "2026.6.10",
"description": "OpenClaw Lark/Feishu channel plugin",
"exports": {
".": {
"import": {
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
}
}
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"bin": {
"openclaw-lark": "bin/openclaw-lark.js"
},
"files": [
"**/*"
],
"packageManager": "pnpm@10.32.1",
"engines": {
"node": ">=22"
},
"dependencies": {
"@larksuiteoapi/node-sdk": "^1.64.0",
"@sinclair/typebox": "0.34.49",
"image-size": "^2.0.2",
"undici-types": "^8.1.0",
"zod": "^4.3.6"
},
"peerDependencies": {
"openclaw": ">=2026.5.4"
},
"peerDependenciesMeta": {
"openclaw": {
"optional": true
}
},
"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"
}
}
}