{
  "name": "backend",
  "version": "1.0.0",
  "description": "Backend project",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "dev": "concurrently \"tsc -w\" \"nodemon dist/index.js\"",
    "build": "tsc -w",
    "start": "node dist/index.js"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "@types/express": "^4.17.17",
    "body-parser": "^1.20.2",
    "date-fns": "^2.30.0",
    "dotenv": "^16.3.1",
    "nodemon": "^2.0.22",
    "swagger-jsdoc": "^6.2.8",
    "swagger-ui-express": "^5.0.1",
    "typescript": "^5.0.4"
  },
  "dependencies": {
    "@getbrevo/brevo": "^2.2.0",
    "concurrently": "^8.0.1",
    "cors": "^2.8.5",
    "express": "^4.18.2",
    "express-validator": "^7.0.1",
    "jsonwebtoken": "^9.0.2",
    "pg": "^8.10.0",
    "sib-api-v3-sdk": "^8.5.0",
    "winston": "^3.14.1"
  }
}
