{
  "name": "@codice-progressio/express-authentication",
  "version": "2.2.3",
  "description": "Libreria de autenticacion y utilidades.",
  "main": "index.js",
  "scripts": {
    "test": "echo \"No test specified\" && exit 0",
    "start-local": "nodemon app.js",
    "start": "node app.js",
    "release": "npx standard-version && git push --follow-tags && npm publish"
  },
  "keywords": [
    "seguridad",
    "autenticacion",
    "express"
  ],
  "author": "Rafael Ramirez",
  "license": "ISC",
  "devDependencies": {
    "@babel/core": "^7.14.0",
    "@babel/eslint-parser": "^7.13.14",
    "eslint": "^7.25.0",
    "mongoose": "^6.5.2",
    "nodemon": "^2.0.7"
  },
  "dependencies": {
    "@codice-progressio/easy-permissions": "latest",
    "@codice-progressio/express-brute": "latest",
    "@codice-progressio/express-brute-mongoose": "latest",
    "bcrypt": "^5.0.1",
    "colors": "^1.4.0",
    "cors": "^2.8.5",
    "dotenv": "^8.2.0",
    "express": "^4.17.1",
    "express-jwt": "^6.0.0",
    "jsonwebtoken": "^8.5.1",
    "luxon": "^1.26.0",
    "mongoose-unique-validator": "^3.1.0",
    "nodemailer": "^6.5.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "engines": {
    "node": "x.x.x",
    "npm": "x.x.x"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/RafaelAngelRamirez/express-authentication.git"
  },
  "bugs": {
    "url": "https://github.com/RafaelAngelRamirez/express-authentication/issues"
  },
  "homepage": "https://github.com/RafaelAngelRamirez/express-authentication#readme"
}
