{
  "name": "chat-backend",
  "version": "1.0.0",
  "main": "dist/server.js",
  "engines": {
    "node": ">=20"
  },
  "scripts": {
    "dev": "ts-node-dev --respawn --transpile-only src/server.ts",
    "build": "node node_modules/typescript/bin/tsc && node -e \"require('fs').cpSync('src/migrations','dist/migrations',{recursive:true})\"",
    "start": "nodemon start.js",
    "start:prod": "node start.js",
    "vercel-build": "node node_modules/typescript/bin/tsc && node -e \"require('fs').cpSync('src/migrations','dist/migrations',{recursive:true})\"",
    "db:clear": "ts-node --transpile-only src/scripts/clearAllTables.ts"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "description": "",
  "dependencies": {
    "@types/jsonwebtoken": "^9.0.10",
    "cookie-parser": "^1.4.7",
    "cors": "^2.8.5",
    "dotenv": "^17.2.3",
    "express": "^5.1.0",
    "express-rate-limit": "^8.2.1",
    "firebase-admin": "^13.5.0",
    "google-auth-library": "^10.5.0",
    "jsonwebtoken": "^9.0.3",
    "node-pushnotifications": "^3.1.1",
    "nodemon": "^3.1.10",
    "pg": "^8.17.2",
    "socket.io": "^4.8.1",
    "typescript": "^5.9.3"
  },
  "devDependencies": {
    "@types/cookie-parser": "^1.4.10",
    "@types/express": "^5.0.3",
    "@types/node": "^24.9.1",
    "@types/node-pushnotifications": "^3.1.1",
    "@types/pg": "^8.16.0",
    "@types/socket.io": "^3.0.1",
    "ts-node-dev": "^2.0.0"
  }
}
