mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-25 11:19:34 +00:00
Merged under maintainer approval while exact-head CI was queue-bound. Co-authored-by: Developers Digest <124798203+developersdigest@users.noreply.github.com> Co-authored-by: Vincent Koc <vincentkoc@users.noreply.github.com>
32 lines
597 B
JSON
32 lines
597 B
JSON
{
|
|
"name": "@openclaw/qa-matrix",
|
|
"version": "2026.6.8",
|
|
"private": true,
|
|
"description": "OpenClaw Matrix QA runner plugin",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"undici": "8.5.0"
|
|
},
|
|
"devDependencies": {
|
|
"@openclaw/matrix": "workspace:*",
|
|
"@openclaw/plugin-sdk": "workspace:*",
|
|
"openclaw": "2026.5.28"
|
|
},
|
|
"peerDependencies": {
|
|
"openclaw": ">=2026.6.8"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"openclaw": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
],
|
|
"compat": {
|
|
"pluginApi": ">=2026.6.8"
|
|
}
|
|
}
|
|
}
|