jorel
Version:
The easiest way to use LLMs, including streams, images, documents, tools and various agent scenarios.
93 lines (92 loc) • 2.2 kB
JSON
{
"name": "jorel",
"version": "0.13.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-generative-ai",
"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.22.1",
"@anthropic-ai/sdk": "0.52.0",
"@google-cloud/vertexai": "1.10.0",
"@google/generative-ai": "0.24.1",
"@mistralai/mistralai": "1.7.1",
"axios": "1.9.0",
"dotenv": "16.5.0",
"file-type": "16.5.4",
"groq-sdk": "0.23.0",
"ollama": "0.5.16",
"openai": "4.104.0",
"uuid": "11.1.0",
"winston": "3.17.0",
"zod": "3.25.46",
"zod-to-json-schema": "3.24.5"
},
"devDependencies": {
"@eslint/js": "9.28.0",
"@microsoft/api-extractor": "7.52.8",
"@types/jest": "29.5.14",
"@types/node": "22.15.29",
"eslint": "9.28.0",
"eslint-config-prettier": "10.1.5",
"eslint-plugin-prettier": "5.4.1",
"globals": "16.2.0",
"jest": "29.7.0",
"prettier": "3.5.3",
"prettier-plugin-jsdoc": "1.3.2",
"ts-jest": "29.3.4",
"ts-node": "10.9.2",
"typescript": "5.8.3",
"typescript-eslint": "8.33.0"
},
"engines": {
"node": ">=18"
}
}