{
  "name": "claude-dashboard",
  "private": true,
  "scripts": {
    "setup": "cd frontend && npm install && cd ../backend && pip install -r requirements.txt",
    "backend": "cd backend && python app.py",
    "frontend": "cd frontend && npm run dev",
    "dev": "npx concurrently \"npm run backend\" \"npm run frontend\"",
    "build": "cd frontend && npm run build"
  }
}
