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%
610 B · 25 lines json
Raw Blame History
1{2  "name": "@llmindex/openrouter",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  "devDependencies": {16    "@llmindex/config": "workspace:*",17    "@types/node": "^22.20.1",18    "@typescript-eslint/eslint-plugin": "^7.18.0",19    "@typescript-eslint/parser": "^7.18.0",20    "eslint": "^8.57.0",21    "typescript": "^5.5.4",22    "vitest": "^2.0.5"23  }24}25