{
  "name": "clase-3",
  "version": "1.0.1",
  "description": "",
  "main": "server-with-mysql.js",
  "type": "module",
  "scripts": {
    "start": "node server-with-mysql.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "bcrypt": "^6.0.0",
    "cookie-parser": "^1.4.7",
    "cors": "^2.8.5",
    "date-fns": "^4.1.0",
    "dotenv": "16.3.1",
    "express": "4.18.2",
    "express-session": "^1.18.2",
    "express-validator": "^7.3.2",
    "https": "^1.0.0",
    "jsonwebtoken": "^9.0.2",
    "mongodb": "5.7.0",
    "multer": "^2.1.1",
    "mysql2": "^3.6.0",
    "nodemailer": "^7.0.13",
    "nodemon": "^3.0.0",
    "socket.io": "^4.8.3",
    "zod": "3.21.4"
  },
  "eslintConfig": {
    "extends": "standard"
  }
}
