{
  "name": "llmasaservice-client",
  "license": "MIT",
  "version": "0.11.1",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsup index.ts --format cjs,esm --dts --sourcemap",
    "lint": "tsc",
    "test": "vitest run"
  },
  "peerDependencies": {
    "react": "^18.3.0",
    "react-dom": "^18.3.1"
  },
  "devDependencies": {
    "@changesets/cli": "^2.27.7",
    "@testing-library/react": "^16.3.2",
    "@types/react": "^18.3.3",
    "@vitejs/plugin-react": "^6.0.1",
    "jsdom": "^29.0.1",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "tsup": "^8.1.0",
    "typescript": "^5.5.3",
    "vitest": "^4.1.2"
  },
  "description": "HOC and hook to use the LLMAsAService.io LLM load balancer and firewall",
  "author": "CASEY, Inc. <help@heycasey.io>",
  "keywords": [
    "react",
    "llmasaservice",
    "llm",
    "openAI",
    "chat"
  ],
  "homepage": "https://llmasaservice.io",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/PredictabilityAtScale/useLLM.git"
  },
  "bugs": {
    "url": "https://github.com/PredictabilityAtScale/useLLM/issues"
  }
}
