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%
1{2 "name": "@llmindex/items",3 "version": "0.1.0",4 "private": true,5 "author": "Simon-Pierre Boucher <contact@spboucher.ai>",6 "license": "UNLICENSED",7 "type": "module",8 "main": "src/index.ts",9 "types": "src/index.ts",10 "scripts": {11 "typecheck": "tsc --noEmit",12 "lint": "eslint src",13 "test": "vitest run"14 },15 "dependencies": {16 "@llmindex/scoring": "workspace:*"17 },18 "devDependencies": {19 "@llmindex/config": "workspace:*",20 "@types/node": "^22.20.1",21 "@typescript-eslint/eslint-plugin": "^7.18.0",22 "@typescript-eslint/parser": "^7.18.0",23 "eslint": "^8.57.0",24 "typescript": "^5.5.4",25 "vitest": "^2.0.5"26 }27}28