{
  "name": "caterersbazar",
  "version": "1.0.0",
  "description": "",
  "homepage": "https://github.com/thecodertrick/caterersBazar#readme",
  "bugs": {
    "url": "https://github.com/thecodertrick/caterersBazar/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/thecodertrick/caterersBazar.git"
  },
  "license": "ISC",
  "author": "thecodertrick",
  "type": "commonjs",
  "main": "server.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node server.js",
    "dev": "nodemon server.js",
    "db_sync": "node config/syncModels.js"
  },
  "dependencies": {
    "bcrypt": "^5.1.1",
    "body-parser": "^1.20.3",
    "cors": "^2.8.5",
    "dotenv": "^16.4.7",
    "express": "^4.21.2",
    "jsonwebtoken": "^9.0.2",
    "mysql2": "^3.11.5",
    "nodemon": "^3.1.9",
    "sequelize": "^6.37.5"
  }
}
