{
  "name": "sahabat-utara-server",
  "version": "1.0.0",
  "description": "Backend API for SAHABAT UTARA - Sistem Antisipasi Hadapi Banjir Terpadu",
  "main": "index.js",
  "type": "module",
  "scripts": {
    "start": "node index.js",
    "dev": "node --watch index.js",
    "start:prod": "NODE_ENV=production node index.js",
    "build:client": "cd ../client && npm install && npm run build"
  },
  "engines": {
    "node": ">=18.0.0"
  },
  "dependencies": {
    "cors": "^2.8.5",
    "express": "^4.18.2",
    "jsonwebtoken": "^9.0.3",
    "multer": "^1.4.5-lts.1",
    "sql.js": "^1.10.3",
    "uuid": "^9.0.1"
  }
}
