UNPKG

@lucklyric/vaultify

Version:

A secure password manager with hierarchical organization

53 lines (52 loc) 1.01 kB
{ "name": "@lucklyric/vaultify", "version": "0.3.4", "description": "A secure password manager with hierarchical organization", "main": "index.js", "bin": { "vaultify": "./index.js" }, "scripts": { "postinstall": "node install.js", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/Lucklyric/vaultify.git" }, "keywords": [ "password", "vault", "security", "encryption", "cli", "password-manager" ], "author": "vaultify contributors", "license": "Apache-2.0", "bugs": { "url": "https://github.com/Lucklyric/vaultify/issues" }, "homepage": "https://github.com/Lucklyric/vaultify#readme", "files": [ "index.js", "install.js", "README.md" ], "engines": { "node": ">=14.0.0" }, "os": [ "darwin", "linux", "win32" ], "cpu": [ "x64", "arm64" ], "dependencies": { "adm-zip": "^0.5.10", "tar": "^6.1.11" } }