openclaw
Version:
Multi-channel AI gateway with extensible messaging integrations
28 lines (27 loc) • 597 B
JSON
{
"name": "@openclaw/vault",
"version": "2026.9.2",
"private": true,
"description": "HashiCorp Vault SecretRef provider integration for OpenClaw",
"type": "module",
"devDependencies": {
"@openclaw/plugin-sdk": "workspace:*"
},
"openclaw": {
"extensions": [
"./index.js"
],
"build": {
"staticAssets": [
{
"source": "./vault-secret-ref-resolver.js",
"output": "vault-secret-ref-resolver.js"
},
{
"source": "./vault-secret-id.js",
"output": "vault-secret-id.js"
}
]
}
}
}