{
  "name": "jorel",
  "version": "0.13.3",
  "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.12.4",
    "@anthropic-ai/sdk": "0.39.0",
    "@google-cloud/vertexai": "1.9.3",
    "@google/generative-ai": "0.24.0",
    "@mistralai/mistralai": "1.5.2",
    "axios": "1.8.4",
    "dotenv": "16.5.0",
    "file-type": "16.5.4",
    "groq-sdk": "0.19.0",
    "ollama": "0.5.14",
    "openai": "4.94.0",
    "uuid": "11.1.0",
    "winston": "3.17.0",
    "zod": "3.24.2",
    "zod-to-json-schema": "3.24.5"
  },
  "devDependencies": {
    "@eslint/js": "9.24.0",
    "@microsoft/api-extractor": "7.52.3",
    "@types/jest": "29.5.14",
    "@types/node": "22.14.1",
    "eslint": "9.24.0",
    "eslint-config-prettier": "10.1.2",
    "eslint-plugin-prettier": "5.2.6",
    "globals": "16.0.0",
    "jest": "29.7.0",
    "prettier": "3.5.3",
    "prettier-plugin-jsdoc": "1.3.2",
    "ts-jest": "29.3.2",
    "ts-node": "10.9.2",
    "typescript": "5.8.3",
    "typescript-eslint": "8.30.1"
  },
  "engines": {
    "node": ">=18"
  }
}
