mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-15 06:26:04 +00:00
28 lines
597 B
JSON
28 lines
597 B
JSON
{
|
|
"name": "@openclaw/vault",
|
|
"version": "2026.7.2",
|
|
"private": true,
|
|
"description": "HashiCorp Vault SecretRef provider integration for OpenClaw",
|
|
"type": "module",
|
|
"devDependencies": {
|
|
"@openclaw/plugin-sdk": "workspace:*"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
],
|
|
"build": {
|
|
"staticAssets": [
|
|
{
|
|
"source": "./vault-secret-ref-resolver.js",
|
|
"output": "vault-secret-ref-resolver.js"
|
|
},
|
|
{
|
|
"source": "./vault-secret-id.js",
|
|
"output": "vault-secret-id.js"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|