{
  "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",
    "localcc:serve": "node scripts/localcc-bridge.js",
    "localcc:tunnel": "echo 'Run: cloudflared tunnel --url http://localhost:18950' && echo 'Or:  npx localtunnel --port 18950' && echo 'Or:  ngrok http 18950'"
  },
  "dependencies": {
    "@railway/cli": "^4.27.5",
    "@supabase/supabase-js": "^2.39.0",
    "@vapi-ai/server-sdk": "^0.11.0",
    "axios": "^1.15.2",
    "cache-manager": "^7.2.8",
    "cache-manager-redis-store": "^3.0.1",
    "cheerio": "^1.2.0",
    "compression": "^1.8.1",
    "cors": "^2.8.5",
    "dotenv": "^16.3.1",
    "express": "^4.18.2",
    "express-mongo-sanitize": "^2.2.0",
    "express-rate-limit": "^8.2.1",
    "express-slow-down": "^3.0.1",
    "express-validator": "^7.3.1",
    "helmet": "^7.1.0",
    "hpp": "^0.2.3",
    "ioredis": "^5.9.2",
    "multer": "^2.0.2",
    "openai": "^6.16.0",
    "pg": "^8.20.0",
    "pino": "^10.3.0",
    "pino-pretty": "^13.1.3",
    "playwright": "^1.59.1",
    "redis": "^5.10.0",
    "twilio": "^4.19.0",
    "web-push": "^3.6.7",
    "ws": "^8.19.0",
    "xss": "^1.0.15"
  },
  "devDependencies": {
    "@playwright/test": "^1.58.0",
    "jest": "^29.7.0",
    "nodemon": "^3.0.2"
  },
  "engines": {
    "node": ">=18.0.0"
  }
}
