Files
smartsecret/npmextra.json

44 lines
990 B
JSON
Raw Permalink Normal View History

{
"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"
]
},
"release": {
"registries": [
"https://verdaccio.lossless.digital",
"https://registry.npmjs.org"
],
"accessLevel": "public"
}
},
"@git.zone/cli": {
"release": {
"registries": [
"https://verdaccio.lossless.digital",
"https://registry.npmjs.org"
],
"accessLevel": "public"
}
}
}