{
  "name": "chat-automation-backend",
  "version": "1.0.0",
  "description": "Unified backend for Chat Automation",
  "main": "server.js",
  "type": "module",
  "scripts": {
    "start": "node server.js",
    "dev": "nodemon server.js",
    "test:webhook": "node scripts/test_webhook_incoming.js",
    "test:integration": "node scripts/test_integration_api.js"
  },
  "dependencies": {
    "@prisma/client": "^5.22.0",
    "axios": "^1.13.2",
    "bcryptjs": "^3.0.3",
    "cheerio": "^1.2.0",
    "cors": "^2.8.5",
    "dotenv": "^17.2.3",
    "express": "^5.2.1",
    "helmet": "^8.1.0",
    "joi": "^18.0.2",
    "jsonwebtoken": "^9.0.3",
    "morgan": "^1.10.1",
    "nodemon": "^3.1.11",
    "passport-facebook": "^3.0.0",
    "qs": "^6.14.1",
    "socket.io": "^4.8.3",
    "uuid": "^13.0.0"
  },
  "devDependencies": {
    "@ljharb/tsconfig": "^0.3.2",
    "prisma": "^5.22.0"
  }
}
