{
  "name": "school-management-backend",
  "version": "1.0.0",
  "description": "Backend API engine for the School Management System",
  "main": "server.js",
  "scripts": {
    "start": "node server.js",
    "wipe-db": "node run-wipe.js"
  },
  "dependencies": {
    "@prisma/client": "^5.10.0",
    "africastalking": "^0.6.2",
    "bcrypt": "^5.1.1",
    "cors": "^2.8.5",
    "csv-parser": "^3.0.0",
    "dotenv": "^16.6.1",
    "express": "^4.18.3",
    "jsonwebtoken": "^9.0.2",
    "multer": "^1.4.5-lts.1",
    "prisma": "^5.22.0"
  }
}