{
  "name": "flora-payment-portal",
  "version": "1.0.0",
  "description": "Flora Institute of Technology - Online Payment Portal",
  "scripts": {
    "dev:server": "cd server && node index.js",
    "dev:client": "cd client && npm run dev",
    "install:all": "cd server && npm install && cd ../client && npm install",
    "build:client": "cd client && npm run build"
  }
}
