{
  "name": "chat-backend",
  "version": "1.0.0",
  "main": "index.js",
  "scripts": {
    "start": "node index.js"
  },
  "dependencies": {
    "axios": "^1.13.2",
    "bcryptjs": "^3.0.3",
    "cors": "^2.8.5",
    "dotenv": "^16.0.0",
    "express": "^4.22.1",
    "firebase-admin": "^11.0.0",
    "jsonwebtoken": "^9.0.0",
    "multer": "^1.4.5-lts.1",
    "mysql2": "^3.3.0"
  },
  "description": "",
  "repository": {
    "type": "git",
    "url": "git@code.flightapi.co.in:development/chatappnode.git"
  },
  "keywords": [],
  "author": "",
  "license": "ISC"
}
