{
  "name": "praxao",
  "private": true,
  "version": "1.0.0",
  "description": "PRAXAO — Practical tools for real work.",
  "workspaces": [
    "apps/*",
    "packages/*"
  ],
  "scripts": {
    "dev:web": "npm run dev -w apps/web",
    "dev:api": "npm run dev -w apps/api",
    "build": "npm run build -w packages/core && npm run build -w apps/api && npm run build -w apps/web",
    "test": "npm run test --workspaces --if-present"
  },
  "engines": {
    "node": ">=20"
  }
}
