{
  "name": "create-admin-cli",
  "version": "1.0.4",
  "description": "A tool to create an admin user",
  "main": "index.js",
  "bin": {
    "create-admin-cli": "./index.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/dpawson905/createAdmin.git"
  },
  "keywords": [
    "Command",
    "CLI",
    "Prompt",
    "Admin",
    "CLI",
    "Menu",
    "MongoDB",
    "Atlas"
  ],
  "author": "Darrell Pawson <dpawson905@gmail.com> (https://blog.djpawson.me)",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/dpawson905/createAdmin/issues"
  },
  "homepage": "https://github.com/dpawson905/createAdmin",
  "dependencies": {
    "chalk": "^4.1.0",
    "clear": "^0.1.0",
    "figlet": "^1.5.0",
    "inquirer": "^7.3.2",
    "mongoose": "^5.9.24",
    "passport": "^0.4.1",
    "passport-local": "^1.0.0",
    "passport-local-mongoose": "^6.0.1"
  }
}
