openclaw/extensions/feishu/package.json
2026-01-29 23:42:22 +08:00

36 lines
811 B
JSON

{
"name": "feishu",
"version": "1.0.1",
"description": "Feishu (Lark) channel plugin for Clawdbot",
"type": "module",
"main": "index.ts",
"scripts": {},
"clawdbot": {
"extensions": ["./index.ts"],
"channel": {
"id": "feishu",
"label": "Feishu",
"selectionLabel": "Feishu (Lark)",
"docsPath": "/channels/feishu",
"docsLabel": "feishu",
"blurb": "Connect to Feishu via official Feishu API",
"order": 60,
"quickstartAllowFrom": true
},
"install": {
"npmSpec": "@moltbot/feishu",
"localPath": "extensions/feishu",
"defaultChoice": "npm"
}
},
"dependencies": {
"@larksuiteoapi/node-sdk": "^1.46.0"
},
"devDependencies": {
"typescript": "^5.0.0"
},
"peerDependencies": {
"clawdbot": "*"
}
}