{
  "name": "backend-api",
  "version": "1.0.0",
  "description": "",
  "main": ".eslintrc.js",
  "scripts": {
    "local": "concurrently \"npx tsc --watch\" \"nodemon -q dist/bin/www\"",
    "build": "npx tsc",
    "start": "node dist/bin/www",
    "dev": "concurrently \"npx tsc --watch\" \"nodemon -q dist/bin/www\"",
    "lint": "eslint . --ext .ts",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "dependencies": {
    "@aws-sdk/client-s3": "^3.540.0",
    "@sendgrid/mail": "^8.1.1",
    "@vitalets/google-translate-api": "^9.2.0",
    "aws-sdk": "^2.1585.0",
    "cors": "^2.8.5",
    "dotenv": "^16.4.5",
    "express": "^4.18.3",
    "firebase-admin": "^13.2.0",
    "free-translate": "^0.6.1",
    "fs": "^0.0.1-security",
    "helmet": "^7.1.0",
    "https": "^1.0.0",
    "joi": "^17.12.2",
    "jsonwebtoken": "^9.0.2",
    "lodash": "^4.17.21",
    "md5": "^2.3.0",
    "moment": "^2.30.1",
    "mongoose": "^8.2.2",
    "multer": "^1.4.5-lts.1",
    "node-cron": "^3.0.3",
    "node-mailjet": "^6.0.5",
    "nodemailer": "^6.9.13",
    "sha1": "^1.1.1",
    "swagger-ui-express": "^5.0.0",
    "twilio": "^5.0.1",
    "typescript": "^5.4.2",
    "winston": "^3.12.0"
  },
  "devDependencies": {
    "@types/node": "^20.11.30",
    "concurrently": "^9.2.0",
    "i": "^0.3.7",
    "npm": "^10.5.0"
  }
}
