openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
42 lines (41 loc) • 1.08 kB
JSON
{
"name": "@openclaw/workboard",
"version": "2026.9.2",
"private": true,
"description": "OpenClaw dashboard workboard plugin",
"type": "module",
"dependencies": {
"typebox": "1.3.18",
"@openclaw/gateway-protocol": "workspace:*",
"@openclaw/workboard-contract": "workspace:*",
"lit": "3.3.3",
"zod": "4.4.3"
},
"devDependencies": {
"@openclaw/gateway-client": "workspace:*",
"@openclaw/normalization-core": "workspace:*",
"@openclaw/plugin-sdk": "workspace:*",
"openclaw": "workspace:*"
},
"peerDependencies": {
"openclaw": ">=2026.9.2"
},
"peerDependenciesMeta": {
"openclaw": {
"optional": true
}
},
"openclaw": {
"extensions": [
"./index.js"
],
"controlUi": "./browser/index.ts",
"assetScripts": {
"build": "node --import ../../scripts/tsx.mjs ../../scripts/build-plugin-control-ui.mts",
"copy": "node --import ../../scripts/tsx.mjs ../../scripts/build-plugin-control-ui.mts --copy",
"buildOutputs": [
"openclaw.plugin.json"
]
}
}
}