{
  "name": "test",
  "version": "1.0.0",
  "license": "ISC",
  "author": "",
  "type": "module",
  "main": "auth.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "dependencies": {
    "cors": "^2.8.5",
    "express": "^4.17.3",
    "bcrypt": "^5.1.1",
    "mysql2": "^3.9.0",
    "uuid": "^8.3.2"
  },
  "devDependencies": {},
  "description": ""
}
