{
  "name": "api",
  "version": "1.0.0",
  "description": "backend de modulo de tlaneto humano de nova",
  "main": "index.js",
  "scripts": {
    "test": "npm start",
    "start": "nodemon --no-deprecation index.js"
  },
  "author": "stteffano aguayo",
  "license": "ISC",
  "dependencies": {
    "bcryptjs": "^2.4.3",
    "body-parser": "^1.20.2",
    "connect-multiparty": "^2.2.0",
    "express": "^4.19.2",
    "handlebars": "^4.7.8",
    "jwt-simple": "^0.5.6",
    "moment": "^2.30.1",
    "moment-timezone": "^0.5.46",
    "multer": "^1.4.5-lts.1",
    "mysql2": "^3.10.3",
    "nodemailer": "^6.9.14",
    "sequelize": "^6.37.3",
    "sharp": "^0.32.6"
  },
  "devDependencies": {
    "nodemon": "^3.1.4"
  }
}
