UNPKG

cryptnexus

Version:

Advanced password management and encryption system

72 lines (71 loc) 1.65 kB
{ "name": "cryptnexus", "version": "0.0.7", "description": "Advanced password management and encryption system", "type": "module", "engines": { "node": ">=14.0.0" }, "bin": { "cryptnexus": "./bin/cli.js" }, "files": [ "bin", "src", "dist", "types" ], "scripts": { "start": "node src/index.js", "build": "tsc", "test": "jest", "lint": "eslint src", "format": "prettier --write src" }, "keywords": [ "encryption", "password-manager", "security", "crypto", "cli", "password", "vault", "secure-storage" ], "author": "GlitchNexus", "license": "CryptNexus-Proprietary", "repository": { "type": "git", "url": "git+https://github.com/glitchnexus/cryptnexus.git" }, "bugs": { "url": "https://github.com/glitchnexus/cryptnexus/issues" }, "homepage": "https://github.com/glitchnexus/cryptnexus#readme", "dependencies": { "inquirer": "^9.2.12", "chalk": "^5.3.0", "figlet": "^1.7.0", "crypto": "^1.0.1", "nanoid": "^5.0.4", "ora": "^8.0.1", "boxen": "^7.1.1", "clipboard-copy": "^4.0.1", "conf": "^12.0.0", "debug": "^4.3.4", "env-paths": "^3.0.0", "fs-extra": "^11.2.0", "keytar": "^7.9.0", "lodash": "^4.17.21", "update-notifier": "^6.0.2" }, "devDependencies": { "@types/node": "^20.10.5", "@typescript-eslint/eslint-plugin": "^6.15.0", "@typescript-eslint/parser": "^6.15.0", "eslint": "^8.56.0", "jest": "^29.7.0", "prettier": "^3.1.1", "typescript": "^5.3.3" } }