{
  "name": "classroom-api",
  "version": "1.0.0",
  "description": "API for a classroom application that manages users, classes, enrollments, assignments, and submissions.",
  "main": "dist/app.js",
  "scripts": {
    "start": "npm run build && node dist/app.js",
    "dev": "nodemon --watch 'src/**/*.ts' --exec 'ts-node' src/app.ts",
    "build": "tsc",
    "test": "jest"
  },
  "dependencies": {
    "@types/jsonwebtoken": "^9.0.10",
    "@types/node-cron": "^3.0.11",
    "@types/twilio": "^3.19.2",
    "bcrypt": "^6.0.0",
    "body-parser": "2.2.1",
    "dotenv": "^16.4.5",
    "express": "^4.19.2",
    "express-validator": "^7.2.1",
    "googleapis": "^169.0.0",
    "jsonwebtoken": "^9.0.3",
    "mysql2": "^3.16.0",
    "node-cron": "^4.6.0",
    "nodemailer": "8.0.5",
    "punycode": "^2.3.1",
    "sequelize": "6.37.8",
    "socket.io": "^4.8.1",
    "twilio": "^6.1.0",
    "ws": "^8.18.0",
    "y-websocket": "^2.0.3",
    "yjs": "^13.6.18"
  },
  "devDependencies": {
    "@types/bcrypt": "^6.0.0",
    "@types/express": "^4.17.21",
    "@types/jest": "^30.0.0",
    "@types/node": "^20.14.12",
    "@types/nodemailer": "^6.4.15",
    "@types/sequelize": "^4.28.20",
    "@types/supertest": "^7.2.1",
    "@types/ws": "^8.5.11",
    "cors": "^2.8.5",
    "jest": "^30.4.2",
    "nodemon": "^3.1.4",
    "supertest": "^7.2.2",
    "ts-jest": "^29.4.12",
    "ts-node": "^10.9.2",
    "typescript": "5.3.3"
  },
  "author": "Your Name",
  "license": "ISC"
}
