Club-Management-System / package.json
package.json
Raw
{
  "name": "23s1-wdc-ug008-wdc-group-project",
  "version": "0.0.0",
  "private": true,
  "scripts": {
    "start": "node ./bin/www"
  },
  "dependencies": {
    "body-parser": "^1.20.2",
    "cheerio": "^1.0.0-rc.12",
    "cookie-parser": "~1.4.4",
    "crypto": "^1.0.1",
    "debug": "~2.6.9",
    "ejs": "^3.1.9",
    "express": "~4.16.1",
    "express-session": "^1.17.3",
    "google-auth-library": "^8.8.0",
    "morgan": "~1.9.1",
    "mysql": "^2.18.1",
    "mysql2": "^3.3.3",
    "nodemailer": "^6.9.3",
    "session": "^0.1.0",
    "socket.io": "^4.6.2"
  }
}