mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 16:40:42 +00:00
Consolidate shared plugin runtime MIME/schema helpers, preserve canonical runtime behavior, and guard QQBot STT fetches.
28 lines
575 B
JSON
28 lines
575 B
JSON
{
|
|
"name": "@openclaw/canvas-plugin",
|
|
"version": "2026.5.6",
|
|
"private": true,
|
|
"description": "OpenClaw Canvas plugin",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@openclaw/plugin-sdk": "workspace:*"
|
|
},
|
|
"dependencies": {
|
|
"@a2ui/lit": "0.9.3",
|
|
"@lit/context": "^1.1.6",
|
|
"chokidar": "^5.0.0",
|
|
"lit": "^3.3.2",
|
|
"typebox": "1.1.37",
|
|
"ws": "^8.20.0"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
],
|
|
"assetScripts": {
|
|
"build": "node scripts/bundle-a2ui.mjs",
|
|
"copy": "node scripts/copy-a2ui.mjs"
|
|
}
|
|
}
|
|
}
|