@clearcompass-ai/llm-spec
Version:
A Vercel AI SDK provider for the LARS agent-based backend.
37 lines (36 loc) • 754 B
JSON
{
"name": "@clearcompass-ai/llm-spec",
"version": "0.1.1",
"description": "A Vercel AI SDK provider for the LARS agent-based backend.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "https://github.com/clearcompass-ai/llm-spec.git"
},
"keywords": [
"ai",
"vercel-ai-sdk",
"lars",
"legal-tech"
],
"author": "Your Name",
"license": "MIT",
"peerDependencies": {
"ai": "^5.0.0-beta.34"
},
"devDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"@ai-sdk/openai": "^2.0.0-beta.16",
"@ai-sdk/react": "^2.0.0-beta.34",
"@clearcompass-ai/llm-spec": "^0.1.0"
}
}