{
  "name": "countryatlas",
  "version": "0.1.0",
  "private": true,
  "description": "CountryAtlas — Understand the world, one country at a time. Web app workspace (the data platform and API are Python, see pyproject.toml).",
  "packageManager": "pnpm@11.1.2",
  "engines": { "node": ">=22" },
  "scripts": {
    "dev:web": "pnpm --filter @countryatlas/web run dev",
    "build": "pnpm --filter @countryatlas/web run build",
    "start:web": "pnpm --filter @countryatlas/web run start",
    "typecheck": "pnpm -r run typecheck",
    "qa": "pnpm --filter @countryatlas/web run qa"
  }
}
