{
  "name": "service",
  "version": "1.0.0",
  "main": "index.js",
  "scripts": {
    "start": "nodemon main.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "description": "",
  "dependencies": {
    "axios": "^1.18.1",
    "bcryptjs": "^3.0.3",
    "cors": "^2.8.6",
    "dayjs": "^1.11.21",
    "dotenv": "^17.4.2",
    "express": "^5.2.1",
    "jsonwebtoken": "^9.0.3",
    "moment": "^2.30.1",
    "multer": "^2.2.0",
    "mysql2": "^3.23.1",
    "node-cron": "^4.6.0",
    "nodemon": "^3.1.14",
    "qrcode": "^1.5.4",
    "socket.io": "^4.8.3",
    "uuid": "^14.0.1"
  }
}
