{
  "name": "satelliteindex",
  "version": "0.1.0",
  "private": true,
  "description": "SatelliteIndex.io — the world's orbital infrastructure, mapped and indexed. Web workspace (backend is Python, see pyproject.toml).",
  "packageManager": "pnpm@11.1.2",
  "engines": { "node": ">=22" },
  "scripts": {
    "dev:web": "pnpm --filter @satelliteindex/web run dev",
    "build": "pnpm --filter @satelliteindex/web run build",
    "start:web": "pnpm --filter @satelliteindex/web run start",
    "typecheck": "pnpm -r run typecheck",
    "qa": "pnpm --filter @satelliteindex/web run qa"
  }
}
