Files
openclaw/extensions/qa-lab/package.json
T
Peter Steinberger baefd067bb fix(deps): keep package runtime dependencies single-owned (#126119)
* fix(deps): consolidate shared runtime helpers

* test(concurrency): support current test lib target

* fix(time): preserve year-scale plugin durations

* fix(agents): preserve empty subagent completions
2026-08-18 22:12:45 -07:00

43 lines
980 B
JSON

{
"name": "@openclaw/qa-lab",
"version": "2026.8.1",
"private": true,
"description": "OpenClaw QA lab plugin with private debugger UI and scenario runner",
"type": "module",
"dependencies": {
"@copilotkit/aimock": "1.37.4",
"@modelcontextprotocol/sdk": "1.30.0",
"@openclaw/crabline": "0.1.11",
"playwright-core": "1.62.1",
"semver": "7.8.5",
"ws": "8.21.1",
"yaml": "2.9.0",
"zod": "4.4.3"
},
"devDependencies": {
"@openclaw/discord": "workspace:*",
"@openclaw/matrix": "workspace:*",
"@openclaw/plugin-sdk": "workspace:*",
"@openclaw/slack": "workspace:*",
"@openclaw/whatsapp": "workspace:*",
"openclaw": "workspace:*",
"vite": "8.1.5"
},
"peerDependencies": {
"openclaw": ">=2026.8.1"
},
"peerDependenciesMeta": {
"openclaw": {
"optional": true
}
},
"openclaw": {
"extensions": [
"./index.ts"
],
"compat": {
"pluginApi": ">=2026.8.1"
}
}
}