{
  "name": "tutorial",
  "version": "1.0.0",
  "description": "",
  "main": "app.js",
  "scripts": {
    "start": "nodemon app.js",
    "seed": "node seeders/appDbSeeder.js",
    "schema:mysql": "node scripts/build-relational-schema.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "HIPL",
  "license": "ISC",
  "dependencies": {
    "archiver": "^7.0.1",
    "bcryptjs": "^2.4.3",
    "body-parser": "^1.20.1",
    "connect-flash": "^0.1.1",
    "cookie-parser": "^1.4.6",
    "dotenv": "^16.0.3",
    "ejs": "^3.1.8",
    "exceljs": "^4.4.0",
    "express": "^4.18.2",
    "express-ejs-layouts": "^2.5.1",
    "express-mysql-session": "^3.0.3",
    "express-session": "^1.17.3",
    "express-validator": "^6.14.2",
    "fs": "^0.0.1-security",
    "luxon": "^3.7.2",
    "moment": "^2.29.4",
    "moment-timezone": "^0.6.0",
    "mysql-orm": "file:lib/mysql-orm",
    "multer": "^1.4.5-lts.1",
    "mysql2": "^3.14.5",
    "node-cron": "^4.2.1",
    "nodemailer": "^6.8.0",
    "nodemon": "^2.0.20",
    "passport": "^0.6.0",
    "passport-local": "^1.0.0",
    "pdf-creator-node": "^2.3.5",
    "pdfkit": "^0.17.2",
    "puppeteer": "^23.11.1",
    "randomstring": "^1.2.3",
    "rbac": "^5.0.3",
    "slugify": "^1.6.5",
    "stream-web": "^0.5.2",
    "svg-to-pdfkit": "^0.1.8",
    "twilio": "^5.9.0",
    "uuid": "^9.0.0",
    "web-streams-polyfill": "^4.0.0"
  }
}
