{
  "name": "backend",
  "version": "1.0.0",
  "description": "Backend for the PE organiser software",
  "main": "server.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node server.js"
  },
  "author": "Alex Bunting",
  "license": "ISC",
  "dependencies": {
    "bcrypt": "^5.1.1",
    "cors": "^2.8.5",
    "dotenv": "^16.3.1",
    "emailjs": "^4.0.3",
    "express": "^4.18.2",
    "forever-monitor": "^3.0.3",
    "google-auth-library": "^8.9.0",
    "google-spreadsheet": "^4.1.0",
    "jsonwebtoken": "^9.0.2",
    "mysql": "^2.18.1",
    "mysql2": "^3.6.2",
    "nodemailer": "^6.9.7",
    "winston": "^3.11.0"
  }
}
