{
  "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": {
    "bcrypt": "^5.1.1",
    "bcryptjs": "^3.0.2",
    "cors": "^2.8.5",
    "express": "^4.21.1",
    "express-async-errors": "^3.1.1",
    "jsonwebtoken": "^9.0.2",
    "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"
  }
}
