npm-cred
Version:
A secure CLI tool for managing multiple credential vaults
49 lines (48 loc) • 1.06 kB
JSON
{
"name": "npm-cred",
"version": "3.0.0",
"description": "A secure CLI tool for managing multiple credential vaults",
"type": "module",
"main": "index.js",
"bin": {
"npm-cred": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cli",
"credentials",
"password-manager",
"vault",
"security",
"github-credentials",
"npm-credentials",
"credential-manager",
"secure-storage",
"multi-vault",
"password-vault",
"credentials-manager",
"development-tools",
"developer-tools",
"command-line"
],
"author": "",
"license": "MIT",
"dependencies": {
"chalk": "^5.4.1",
"commander": "^13.1.0",
"inquirer": "^9.2.12"
},
"engines": {
"node": ">=14.16"
},
"repository": {
"type": "git",
"url": "https://github.com/VinayakGaikwad101/npm-cred"
},
"bugs": {
"url": "https://github.com/VinayakGaikwad101/npm-cred/issues"
},
"homepage": "https://github.com/VinayakGaikwad101/npm-cred#readme"
}