{
  "name": "workspace",
  "version": "1.0.0",
  "description": "Proje/Görev/Dashboard yönetimi. Backend: Node.js + Express + TypeScript + **MySQL**. Frontend: React + TypeScript + Vite.",
  "main": "index.js",
  "scripts": {
    "install:all": "npm ci --prefix backend && npm ci --prefix frontend",
    "build": "npm --prefix frontend run build && npm --prefix backend run build",
    "start": "npm --prefix backend start",
    "test": "echo \"Run backend tests with: npm --prefix backend test\""
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "type": "commonjs",
  "dependencies": {
    "backend": "file:backend",
    "frontend": "file:frontend"
  }
}
