spb/countryatlas
Public
TypeScript 57%
Python 38.6%
JavaScript 3.6%
CSS 0.6%
1{2 "name": "countryatlas",3 "version": "0.1.0",4 "private": true,5 "description": "CountryAtlas — Understand the world, one country at a time. Web app workspace (the data platform and API are Python, see pyproject.toml).",6 "packageManager": "pnpm@11.1.2",7 "engines": { "node": ">=22" },8 "scripts": {9 "dev:web": "pnpm --filter @countryatlas/web run dev",10 "build": "pnpm --filter @countryatlas/web run build",11 "start:web": "pnpm --filter @countryatlas/web run start",12 "typecheck": "pnpm -r run typecheck",13 "qa": "pnpm --filter @countryatlas/web run qa"14 }15}16