Files
openclaw/extensions/qa-lab/package.json
Peter Steinberger 3ee408b7b5 fix(qa): isolate Crabline from package live lanes (#108472)
* fix(qa): isolate Crabline from package live lanes

* fix(qa): narrow optional smoke runtime

* ci(release): avoid unrelated Crabline install
2026-07-15 15:09:07 -07:00

44 lines
1011 B
JSON

{
"name": "@openclaw/qa-lab",
"version": "2026.7.2",
"private": true,
"description": "OpenClaw QA lab plugin with private debugger UI and scenario runner",
"type": "module",
"dependencies": {
"@openclaw/crabline": "0.1.11",
"@openclaw/matrix": "workspace:*",
"@copilotkit/aimock": "1.35.0",
"@modelcontextprotocol/sdk": "1.29.0",
"p-limit": "7.3.0",
"p-map": "7.0.5",
"playwright-core": "1.61.1",
"pretty-ms": "9.3.0",
"semver": "7.8.5",
"yaml": "2.9.0",
"zod": "4.4.3"
},
"devDependencies": {
"@openclaw/discord": "workspace:*",
"@openclaw/plugin-sdk": "workspace:*",
"@openclaw/slack": "workspace:*",
"@openclaw/whatsapp": "workspace:*",
"openclaw": "workspace:*"
},
"peerDependencies": {
"openclaw": ">=2026.7.2"
},
"peerDependenciesMeta": {
"openclaw": {
"optional": true
}
},
"openclaw": {
"extensions": [
"./index.ts"
],
"compat": {
"pluginApi": ">=2026.7.2"
}
}
}