llmasaservice-client
Version:
HOC and hook to use the LLMAsAService.io LLM load balancer and firewall
45 lines (44 loc) • 1.04 kB
JSON
{
"name": "llmasaservice-client",
"license": "MIT",
"version": "0.9.3",
"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"
},
"peerDependencies": {
"react": "^18.3.0",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@changesets/cli": "^2.27.7",
"@types/react": "^18.3.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tsup": "^8.1.0",
"typescript": "^5.5.3"
},
"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"
}
}