64 lines
1.4 KiB
JSON
64 lines
1.4 KiB
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|