spb/company-atlas
Public
Python 66.3%
TypeScript 22.7%
JavaScript 8.6%
HTML 1.4%
CSS 0.7%
1{2 "name": "company-atlas",3 "version": "0.1.0",4 "private": true,5 "description": "Company Atlas — the live atlas of global companies. Web workspace (backend is Python, see pyproject.toml).",6 "packageManager": "pnpm@11.1.2",7 "engines": { "node": ">=22" },8 "scripts": {9 "dev:web": "pnpm --filter @company-atlas/web run dev",10 "build": "pnpm --filter @company-atlas/web run build",11 "start:web": "pnpm --filter @company-atlas/web run start",12 "typecheck": "pnpm -r run typecheck"13 }14}15