{
  "name": "go_emr",
  "version": "1.0.0",
  "main": "index.js",
  "scripts": {
    "dev": "node --tls-min-v1.2 --env-file=.env index.js",
    "start": "nodemon --tls-min-v1.2 --env-file=.env index.js"
  },
  "author": "",
  "license": "ISC",
  "description": "",
  "dependencies": {
    "axios": "^1.9.0",
    "bcryptjs": "^3.0.2",
    "cors": "^2.8.5",
    "dayjs": "^1.11.13",
    "dotenv": "^17.2.1",
    "exceljs": "^4.4.0",
    "express": "^4.21.1",
    "express-async-errors": "^3.1.1",
    "jsonwebtoken": "^9.0.2",
    "luxon": "^3.6.1",
    "mysql2": "^3.11.3",
    "node-machine-id": "^1.1.12",
    "nodemailer": "^6.9.16",
    "validator": "^13.12.0",
    "winston": "^3.17.0"
  },
  "devDependencies": {
    "nodemon": "^3.1.7"
  }
}
