{
  "name": "manvi-whatsapp-assistant",
  "version": "1.1.0",
  "description": "Agentic WhatsApp assistant with 4-tier AI waterfall, live web search, and self-monitoring dashboard",
  "author": "Viswanath Bodasakurthi <viswanath@onemark.digital>",
  "license": "MIT",
  "main": "src/server.js",
  "scripts": {
    "start": "node src/server.js",
    "dev": "nodemon src/server.js",
    "test": "node test.js",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix"
  },
  "dependencies": {
    "@google/generative-ai": "^0.24.1",
    "@supabase/supabase-js": "^2.97.0",
    "axios": "^1.13.5",
    "dotenv": "^17.3.1",
    "express": "^5.2.1",
    "node-cron": "^4.2.1",
    "openai": "^6.25.0"
  },
  "devDependencies": {
    "nodemon": "^3.1.14",
    "@eslint/js": "^9.0.0",
    "eslint": "^9.0.0"
  },
  "engines": {
    "node": ">=20.0.0"
  }
}
