{
  "name": "api",
  "version": "1.0.0",
  "description": "api para tarjetasStop",
  "main": "index.js",
  "scripts": {
    "test": "npm start",
    "start": "nodemon index.js"
  },
  "author": "alpha core solution",
  "license": "ISC",
  "dependencies": {
    "axios": "^1.13.1",
    "bcrypt-nodejs": "^0.0.3",
    "body-parser": "^2.2.0",
    "connect-multiparty": "^2.2.0",
    "cors": "^2.8.5",
    "dotenv": "^17.2.2",
    "express": "^5.1.0",
    "jwt-simple": "^0.5.6",
    "memsql": "^0.0.1",
    "moment": "^2.30.1",
    "morgan": "^1.10.1",
    "multer": "^1.4.5-lts.1",
    "mysql2": "^3.14.3",
    "sequelize": "^6.37.7",
    "sharp": "^0.33.4"
  },
  "devDependencies": {
    "nodemon": "^3.1.10"
  }
}
