{
  "name": "api",
  "version": "1.0.0",
  "description": "api para gerenciamiento de viajes",
  "main": "index.js",
  "scripts": {
    "test": "npm start",
    "start": "nodemon index.js"
  },
  "author": "alpha core solution",
  "license": "ISC",
  "dependencies": {
    "axios": "^1.12.2",
    "bcrypt-nodejs": "^0.0.3",
    "body-parser": "^2.2.0",
    "connect-multiparty": "^2.2.0",
    "cors": "^2.8.5",
    "express": "^5.1.0",
    "jwt-simple": "^0.5.6",
    "moment": "^2.30.1",
    "mysql2": "^3.14.3",
    "nodemailer": "^6.10.1",
    "sequelize": "^6.37.7"
  },
  "devDependencies": {
    "nodemon": "^3.1.10"
  }
}
