{
  "name": "pwm-cli",
  "version": "1.0.0",
  "description": "A secure command-line password manager",
  "main": "index.js",
  "bin": {
    "pwm": "./index.js"
  },
  "scripts": {
    "start": "node index.js"
  },
  "author": "Chaitanya Rahalkar,Dhaval Gujar,Yakshit Jain",
  "license": "ISC",
  "dependencies": {
    "chalk": "^4.1.2",
    "clipboardy": "^2.3.0",
    "cryptico": "^1.0.2",
    "crypto-js": "^3.1.9-1",
    "figlet": "^1.6.0",
    "inquirer": "^8.2.5",
    "jsonfile": "^5.0.0",
    "scrypt-js": "^3.0.1"
  },
  "keywords": [
    "password",
    "manager",
    "cli",
    "security",
    "encryption"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/chaitanyarahalkar/pwm"
  }
}
