{
  "name": "sot-platform",
  "private": true,
  "version": "0.1.0",
  "description": "SOT production monorepo — Next.js 14 web + NestJS 10 API",
  "workspaces": [
    "apps/*",
    "packages/*"
  ],
  "scripts": {
    "dev:web": "npm run dev -w @sot/web",
    "build:web": "npm run build -w @sot/web",
    "start:web": "npm run start -w @sot/web",
    "stop:web": "bash scripts/stop-web.sh",
    "preview:web": "npm run build:web && npm run stop:web && npm run start:web",
    "lint:web": "npm run lint -w @sot/web",
    "build": "npm run build --workspaces --if-present",
    "lint": "npm run lint --workspaces --if-present",
    "test": "npm run test --workspaces --if-present"
  },
  "engines": {
    "node": ">=20"
  }
}
