jorel
Version:
The easiest way to use LLMs, including streams, images, documents, tools and various agent scenarios.
93 lines (92 loc) • 2.18 kB
JSON
{
"name": "jorel",
"version": "0.14.4",
"description": "The easiest way to use LLMs, including streams, images, documents, tools and various agent scenarios.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"keywords": [
"ai",
"llm",
"tool-use",
"language-model",
"wrapper",
"sdk",
"ai",
"anthropic",
"claude",
"google",
"gemini",
"grok",
"groq",
"llama",
"ollama",
"openai",
"mistral",
"vertexai",
"google-genai",
"open-router",
"embeddings",
"agents",
"ai-agent"
],
"author": "Christian Heine",
"repository": {
"type": "git",
"url": "https://github.com/christianheine/jorel.git"
},
"homepage": "https://christianheine.github.io/jorel/",
"bugs": {
"url": "https://github.com/christianheine/jorel/issues"
},
"license": "MIT",
"scripts": {
"build": "npm run clean && tsc",
"clean": "rm -rf dist",
"lint": "eslint . --ext .ts",
"format": "prettier --write \"./src/**/*\"",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"api:docs": "api-extractor run --local"
},
"dependencies": {
"@anthropic-ai/bedrock-sdk": "0.24.0",
"@anthropic-ai/sdk": "0.59.0",
"@google-cloud/vertexai": "1.10.0",
"@google/genai": "1.13.0",
"@mistralai/mistralai": "1.7.5",
"axios": "1.11.0",
"dotenv": "16.5.0",
"file-type": "16.5.4",
"groq-sdk": "0.30.0",
"ollama": "0.5.17",
"openai": "5.12.2",
"uuid": "11.1.0",
"winston": "3.17.0",
"zod": "3.25.68",
"zod-to-json-schema": "3.24.6"
},
"devDependencies": {
"@eslint/js": "9.33.0",
"@microsoft/api-extractor": "7.52.10",
"@types/jest": "29.5.14",
"@types/node": "24.2.1",
"eslint": "9.33.0",
"eslint-config-prettier": "10.1.8",
"eslint-plugin-prettier": "5.5.4",
"globals": "16.3.0",
"jest": "29.7.0",
"prettier": "3.6.2",
"prettier-plugin-jsdoc": "1.3.3",
"ts-jest": "29.4.1",
"ts-node": "10.9.2",
"typescript": "5.9.2",
"typescript-eslint": "8.39.0"
},
"engines": {
"node": ">=18"
}
}