Implements SmartSecret with macOS Keychain, Linux secret-tool, and AES-256-GCM encrypted file fallback backends. Zero runtime dependencies.
29 lines
630 B
JSON
29 lines
630 B
JSON
{
|
|
"npmci": {
|
|
"npmAccessLevel": "public"
|
|
},
|
|
"gitzone": {
|
|
"projectType": "npm",
|
|
"module": {
|
|
"githost": "code.foss.global",
|
|
"gitscope": "push.rocks",
|
|
"gitrepo": "smartsecret",
|
|
"description": "OS keychain-based secret storage with encrypted-file fallback for Node.js.",
|
|
"npmPackagename": "@push.rocks/smartsecret",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"secret",
|
|
"keychain",
|
|
"credential",
|
|
"vault",
|
|
"encryption",
|
|
"security",
|
|
"keyring",
|
|
"libsecret",
|
|
"macos-keychain",
|
|
"aes-256-gcm"
|
|
]
|
|
}
|
|
}
|
|
}
|