{
  "name": "mern-app",
  "version": "1.0.0",
  "description": "",
  "main": "server.js",
  "scripts": {
    "start": "node server",
    "back": "nodemon server",
    "front": " cd client && npm start ",
    "dev": "concurrently \"npm run back\" \"npm run front\""
  },
  "author": "Cherif",
  "license": "ISC",
  "dependencies": {
    "bcrypt": "^5.0.1",
    "classnames": "^2.3.1",
    "concurrently": "^6.3.0",
    "dotenv": "^10.0.0",
    "express": "^4.17.1",
    "express-validator": "^6.13.0",
    "jsonwebtoken": "^8.5.1",
    "mongodb": "^4.1.3",
    "mongoose": "^6.0.11",
    "multer": "^1.4.3",
    "nodemon": "^2.0.13",
    "popper.js": "^1.16.1"
  }
}
