SPB Git forge

spb/ai-atlas

Public
41commits 1branches 0releases
4.6 MBsize
maindefault branch
12 days agolast push
HTML 77.2% TypeScript 10.5% Python 9.6% JavaScript 2.5%
530 B · 16 lines json
Raw Blame History
1{2  "name": "ai-atlas",3  "version": "0.1.0",4  "private": true,5  "description": "AI Atlas — explore the entire AI ecosystem. 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 @ai-atlas/web run dev",10    "build": "pnpm --filter @ai-atlas/web run build",11    "start:web": "pnpm --filter @ai-atlas/web run start",12    "typecheck": "pnpm -r run typecheck",13    "qa": "pnpm --filter @ai-atlas/web run qa"14  }15}16