{
  "name": "sekolahapp-root",
  "version": "1.0.0",
  "private": true,
  "workspaces": [
    "frontend",
    "backend"
  ],
  "scripts": {
    "install:all": "npm install",
    "dev": "concurrently -k -n FRONTEND,BACKEND -c cyan,green \"npm --prefix frontend run dev:frontend\" \"npm --prefix backend run dev\"",
    "build": "npm --prefix frontend run build && node scripts/move-dist.js",
    "start": "node app.js",
    "setup": "node backend/scripts/seed.js"
  },
  "devDependencies": {
    "concurrently": "^9.1.2"
  },
  "dependencies": {
    "bcryptjs": "^3.0.3",
    "cors": "^2.8.6",
    "dotenv": "^17.4.2",
    "express": "^5.2.1",
    "jsonwebtoken": "^9.0.3",
    "mysql2": "^3.22.2",
    "zod": "^4.3.6"
  }
}
