{
  "name": "socialcommand-backend",
  "version": "1.0.0",
  "private": true,
  "type": "module",
  "scripts": {
    "start": "node server.js",
    "dev": "node --watch server.js",
    "cron": "node cron-runner.js"
  },
  "dependencies": {
    "cors": "^2.8.5",
    "dotenv": "^16.4.7",
    "express": "^4.21.1",
    "form-data": "^4.0.1",
    "node-fetch": "^3.3.2",
    "sql.js": "^1.11.0",
    "uuid": "^11.1.0"
  }
}
