{
  "name": "schub-api",
  "version": "1.0.0",
  "description": "Integration of schools with teachers, students and parents.",
  "main": "app.js",
  "scripts": {
    "start": "node app.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/qlxdev/schub-api.git"
  },
  "author": "qlxdev",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/qlxdev/schub-api/issues"
  },
  "homepage": "https://github.com/qlxdev/schub-api#readme",
  "dependencies": {
    "body-parser": "^1.20.1",
    "cors": "^2.8.5",
    "crypto-js": "^4.1.1",
    "express": "^4.18.2",
    "md5": "^2.3.0",
    "moment": "^2.29.4",
    "multer": "^1.4.5-lts.1",
    "mysql": "^2.18.1",
    "nodemon": "^2.0.20"
  }
}
