{
  "name": "rateright-growth",
  "version": "1.0.0",
  "description": "RateRight Growth Engine - Lead management, SMS campaigns, and growth automation",
  "main": "src/index.js",
  "scripts": {
    "start": "node src/index.js",
    "dev": "nodemon src/index.js",
    "build": "cd admin && npm install && npm run build && cp -r dist/* ../public/",
    "test": "jest",
    "test:e2e": "npx playwright test",
    "test:e2e:headed": "npx playwright test --headed",
    "test:api": "npx playwright test tests/api-smoke.spec.js",
    "test:ui": "npx playwright test tests/critical-flows.spec.js",
    "test:integrity": "npx playwright test tests/database-integrity.spec.js"
  },
  "dependencies": {
    "@railway/cli": "^4.27.5",
    "@supabase/supabase-js": "^2.39.0",
    "@vapi-ai/server-sdk": "^0.11.0",
    "compression": "^1.8.1",
    "cors": "^2.8.5",
    "dotenv": "^16.3.1",
    "express": "^4.18.2",
    "express-rate-limit": "^8.2.1",
    "helmet": "^7.1.0",
    "multer": "^2.0.2",
    "openai": "^6.16.0",
    "twilio": "^4.19.0",
    "web-push": "^3.6.7",
    "ws": "^8.19.0"
  },
  "devDependencies": {
    "@playwright/test": "^1.58.0",
    "jest": "^29.7.0",
    "nodemon": "^3.0.2"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
