SPB Git

spb/llmindex Public

The discriminative, contamination-resistant, fully transparent LLM ranking — updated live.

TypeScript 77.9% TeX 15.2% Python 3.7% SQL 1.4% JavaScript 1.1% Shell 0.5%
300 B · 17 lines json
Raw Blame History
1{2  "$schema": "https://turbo.build/schema.json",3  "tasks": {4    "build": {5      "dependsOn": ["^build"],6      "outputs": [".next/**", "!.next/cache/**", "dist/**"]7    },8    "test": {9      "dependsOn": []10    },11    "lint": {},12    "typecheck": {13      "dependsOn": ["^typecheck"]14    }15  }16}17