spb/satelliteindex
Public
TypeScript 66.5%
Python 30.9%
JavaScript 1.4%
CSS 0.7%
1{2 "name": "satelliteindex",3 "version": "0.1.0",4 "private": true,5 "description": "SatelliteIndex.io — the world's orbital infrastructure, mapped and indexed. 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 @satelliteindex/web run dev",10 "build": "pnpm --filter @satelliteindex/web run build",11 "start:web": "pnpm --filter @satelliteindex/web run start",12 "typecheck": "pnpm -r run typecheck",13 "qa": "pnpm --filter @satelliteindex/web run qa"14 }15}16