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/worker",3 "version": "0.1.0",4 "private": true,5 "author": "Simon-Pierre Boucher <contact@spboucher.ai>",6 "license": "UNLICENSED",7 "type": "module",8 "scripts": {9 "start": "tsx src/index.ts",10 "eval:run": "tsx src/cli/eval-run.ts",11 "duel:run": "tsx src/cli/duel-run.ts",12 "benchmark:run": "tsx src/cli/benchmark-run.ts",13 "index:refit": "tsx src/cli/refit.ts",14 "typecheck": "tsc --noEmit",15 "lint": "eslint src",16 "test": "vitest run"17 },18 "dependencies": {19 "@llmindex/db": "workspace:*",20 "@llmindex/items": "workspace:*",21 "@llmindex/openrouter": "workspace:*",22 "@llmindex/scoring": "workspace:*",23 "@resvg/resvg-js": "^2.6.2",24 "bullmq": "^5.12.14",25 "ioredis": "^5.4.1",26 "zod": "^3.23.8"27 },28 "devDependencies": {29 "@llmindex/config": "workspace:*",30 "@types/node": "^22.5.4",31 "@typescript-eslint/eslint-plugin": "^7.18.0",32 "@typescript-eslint/parser": "^7.18.0",33 "eslint": "^8.57.0",34 "tsx": "^4.19.0",35 "typescript": "^5.5.4",36 "vitest": "^2.0.5"37 }38}39