{
  "name": "@llmindex/ui",
  "version": "0.1.0",
  "private": true,
  "author": "Simon-Pierre Boucher <contact@spboucher.ai>",
  "license": "UNLICENSED",
  "type": "module",
  "main": "src/index.tsx",
  "types": "src/index.tsx",
  "scripts": {
    "typecheck": "tsc --noEmit",
    "lint": "eslint src",
    "test": "echo 'no tests for @llmindex/ui' && exit 0"
  },
  "peerDependencies": {
    "react": "^18.3.1"
  },
  "devDependencies": {
    "@llmindex/config": "workspace:*",
    "@types/react": "^18.3.5",
    "eslint": "^8.57.0",
    "@typescript-eslint/eslint-plugin": "^7.18.0",
    "@typescript-eslint/parser": "^7.18.0",
    "react": "^18.3.1",
    "typescript": "^5.5.4"
  }
}
