{
  "name": "@llmindex/worker",
  "version": "0.1.0",
  "private": true,
  "author": "Simon-Pierre Boucher <contact@spboucher.ai>",
  "license": "UNLICENSED",
  "type": "module",
  "scripts": {
    "start": "tsx src/index.ts",
    "eval:run": "tsx src/cli/eval-run.ts",
    "duel:run": "tsx src/cli/duel-run.ts",
    "benchmark:run": "tsx src/cli/benchmark-run.ts",
    "index:refit": "tsx src/cli/refit.ts",
    "typecheck": "tsc --noEmit",
    "lint": "eslint src",
    "test": "vitest run"
  },
  "dependencies": {
    "@llmindex/db": "workspace:*",
    "@llmindex/items": "workspace:*",
    "@llmindex/openrouter": "workspace:*",
    "@llmindex/scoring": "workspace:*",
    "@resvg/resvg-js": "^2.6.2",
    "bullmq": "^5.12.14",
    "ioredis": "^5.4.1",
    "zod": "^3.23.8"
  },
  "devDependencies": {
    "@llmindex/config": "workspace:*",
    "@types/node": "^22.5.4",
    "@typescript-eslint/eslint-plugin": "^7.18.0",
    "@typescript-eslint/parser": "^7.18.0",
    "eslint": "^8.57.0",
    "tsx": "^4.19.0",
    "typescript": "^5.5.4",
    "vitest": "^2.0.5"
  }
}
