SPB Git forge
28commits 1branches 0releases
7.7 MBsize
maindefault branch
10 days agolast push
Python 66.3% TypeScript 22.7% JavaScript 8.6% HTML 1.4% CSS 0.7%
510 B · 15 lines json
Raw Blame History
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