mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-15 15:13:48 -06:00
5295f2578e
Use fs-safe 0.5.4 for nonblocking, descriptor-validated reads. Resolve one unambiguous Unicode-equivalent path and return explicit empty/EOF results. Default local reads now reject final symlinks and special files. Co-authored-by: Ayaan Zaidi <hi@obviy.us>
36 lines
837 B
JSON
36 lines
837 B
JSON
{
|
|
"name": "@openclaw/onepassword",
|
|
"version": "2026.8.1",
|
|
"private": true,
|
|
"description": "1Password SecretRef resolver and audited agent secrets broker for OpenClaw",
|
|
"type": "module",
|
|
"dependencies": {
|
|
"@openclaw/fs-safe": "0.5.4",
|
|
"execa": "10.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@openclaw/plugin-sdk": "workspace:*"
|
|
},
|
|
"openclaw": {
|
|
"extensions": [
|
|
"./index.ts"
|
|
],
|
|
"build": {
|
|
"staticAssets": [
|
|
{
|
|
"source": "./onepassword-op-path.js",
|
|
"output": "onepassword-op-path.js"
|
|
},
|
|
{
|
|
"source": "./onepassword-secret-ref-resolver.js",
|
|
"output": "onepassword-secret-ref-resolver.js"
|
|
},
|
|
{
|
|
"source": "./onepassword-secret-id.js",
|
|
"output": "onepassword-secret-id.js"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|