{
  "name": "ai-automation-hub",
  "version": "1.0.0",
  "description": "AI Automation & Notification Hub — manage API keys, configure automations, dispatch multi-platform notifications",
  "main": "server.js",
  "scripts": {
    "start": "node server.js",
    "dev": "node --watch server.js"
  },
  "dependencies": {
    "express": "^4.19.2",
    "better-sqlite3": "^9.6.0",
    "socket.io": "^4.7.5",
    "node-cron": "^3.0.3",
    "nodemailer": "^6.9.14",
    "axios": "^1.7.2",
    "dotenv": "^16.4.5",
    "uuid": "^9.0.1"
  },
  "devDependencies": {}
}
