mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 06:40:44 +00:00
32 lines
599 B
JSON
32 lines
599 B
JSON
{
|
|
"name": "@openclaw/qa-matrix",
|
|
"version": "2026.5.4",
|
|
"private": true,
|
|
"description": "OpenClaw Matrix QA runner plugin",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"undici": "8.2.0"
|
|
},
|
|
"devDependencies": {
|
|
"@openclaw/matrix": "workspace:*",
|
|
"@openclaw/plugin-sdk": "workspace:*",
|
|
"openclaw": "workspace:*"
|
|
},
|
|
"peerDependencies": {
|
|
"openclaw": ">=2026.5.4"
|
|
},
|
|
"peerDependenciesMeta": {
|
|
"openclaw": {
|
|
"optional": true
|
|
}
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
],
|
|
"compat": {
|
|
"pluginApi": ">=2026.5.4"
|
|
}
|
|
}
|
|
}
|