{
  "name": "back-end",
  "version": "1.0.0",
  "description": "This back-end is for Islami Zone, where I handle all APIs, data, update data, delete data of all students",
  "license": "ISC",
  "author": "ABDUL MOIZ",
  "type": "module",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "nodemon -r dotenv/config --experimental-json-modules index.js"
  },
  "dependencies": {
    "axios": "^1.7.9",
    "bcrypt": "^5.1.1",
    "body-parser": "^1.20.3",
    "cors": "^2.8.5",
    "dotenv": "^16.4.7",
    "express": "^4.21.2",
    "joi": "^17.13.3",
    "jsonwebtoken": "^9.0.2",
    "mongoose": "^8.9.6",
    "nodemon": "^3.1.9"
  }
}
