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%
688 B · 28 lines json
Raw Blame History
1{2  "name": "@llmindex/ui",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.tsx",9  "types": "src/index.tsx",10  "scripts": {11    "typecheck": "tsc --noEmit",12    "lint": "eslint src",13    "test": "echo 'no tests for @llmindex/ui' && exit 0"14  },15  "peerDependencies": {16    "react": "^18.3.1"17  },18  "devDependencies": {19    "@llmindex/config": "workspace:*",20    "@types/react": "^18.3.5",21    "eslint": "^8.57.0",22    "@typescript-eslint/eslint-plugin": "^7.18.0",23    "@typescript-eslint/parser": "^7.18.0",24    "react": "^18.3.1",25    "typescript": "^5.5.4"26  }27}28