{ "name": "@openclaw/qa-lab", "version": "2026.5.2", "private": true, "description": "OpenClaw QA lab plugin with private debugger UI and scenario runner", "type": "module", "dependencies": { "@copilotkit/aimock": "1.16.4", "@modelcontextprotocol/sdk": "1.29.0", "playwright-core": "1.59.1", "yaml": "^2.8.3", "zod": "^4.4.1" }, "devDependencies": { "@openclaw/plugin-sdk": "workspace:*", "openclaw": "workspace:*" }, "peerDependencies": { "openclaw": ">=2026.5.2" }, "peerDependenciesMeta": { "openclaw": { "optional": true } }, "openclaw": { "extensions": [ "./index.ts" ], "compat": { "pluginApi": ">=2026.5.2" } } }