invictus
Version:
A cli based password manager application, also has a web interface for doing things
50 lines (49 loc) • 1.37 kB
JSON
{
"name": "invictus",
"version": "1.1.5",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app.js",
"postinstall": "node ./postinstall.js"
},
"bin": {
"invictus": "./index.js"
},
"keywords": [
"invictus",
"cli-app",
"password-manager",
"password-manager-cli",
"password-manager-webApp",
"password-generator",
"secure-password-manager",
"os-key-chain"
],
"repository": {
"type": "git",
"url": "https://github.com/kanhaiyadav/invictus.git"
},
"homepage": "https://github.com/kanhaiyadav/invictus#readme",
"bugs": {
"url": "https://github.com/kanhaiyadav/invictus/issues"
},
"preferGlobal": true,
"author": "Kanhaiya Yadav",
"license": "ISC",
"type": "module",
"description": "A cli based password manager application, also has a web interface for doing things",
"dependencies": {
"chalk": "^5.4.1",
"chalk-animation": "^2.0.3",
"clipboardy": "^4.0.0",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^4.21.2",
"keytar": "^7.9.0",
"open": "^10.1.0",
"prompts": "^2.4.2",
"update-notifier": "^7.3.1",
"yargs": "^17.7.2"
}
}