mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-26 06:35:14 +00:00
16 lines
351 B
JSON
16 lines
351 B
JSON
{
|
|
"name": "@openclaw/qa-convex-credential-broker",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"description": "Convex HTTP credential lease broker for OpenClaw QA lab",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dashboard": "convex dashboard",
|
|
"deploy": "convex deploy",
|
|
"dev": "convex dev"
|
|
},
|
|
"dependencies": {
|
|
"convex": "1.35.1"
|
|
}
|
|
}
|