mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 08:10:44 +00:00
* feat(qa): add whatsapp live lane * ci: add gated whatsapp and discord qa live lanes * ci: honor qa live env gates in release selection * test: update qa live workflow gate assertion * ci: split live QA release gates
38 lines
843 B
JSON
38 lines
843 B
JSON
{
|
|
"name": "@openclaw/qa-lab",
|
|
"version": "2026.5.4",
|
|
"private": true,
|
|
"description": "OpenClaw QA lab plugin with private debugger UI and scenario runner",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@copilotkit/aimock": "1.17.0",
|
|
"@modelcontextprotocol/sdk": "1.29.0",
|
|
"playwright-core": "1.59.1",
|
|
"yaml": "^2.8.4",
|
|
"zod": "^4.4.3"
|
|
},
|
|
"devDependencies": {
|
|
"@openclaw/discord": "workspace:*",
|
|
"@openclaw/plugin-sdk": "workspace:*",
|
|
"@openclaw/slack": "workspace:*",
|
|
"@openclaw/whatsapp": "workspace:*",
|
|
"openclaw": "workspace:*"
|
|
},
|
|
"peerDependencies": {
|
|
"openclaw": ">=2026.5.4"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"openclaw": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
],
|
|
"compat": {
|
|
"pluginApi": ">=2026.5.4"
|
|
}
|
|
}
|
|
}
|