{
  "name": "litellm-js",
  "version": "0.2.0",
  "description": "Universal JavaScript client for LLM APIs",
  "main": "dist/litellm.js",
  "module": "dist/litellm.mjs",
  "browser": "dist/litellm.umd.js",
  "types": "dist/types.d.ts",

  "homepage": "https://github.com/lloydzhou/litellmjs",
  "repository": {
    "type": "git",
    "url": "github.com:lloydzhou/litellmjs.git"
  },
  "scripts": {
    "build": "rollup -c",
    "test": "jest"
  },
  "keywords": [
    "litellm",
    "llm",
    "ai",
    "openai",
    "anthropic",
    "claude",
    "gpt",
    "palm"
  ],
  "author": "lloydzhou",
  "license": "MIT",
  "dependencies": {
    "cross-fetch": "^3.1.5"
  },
  "devDependencies": {
    "jest": "^29.5.0",
    "rollup": "^3.20.0",
    "@rollup/plugin-commonjs": "^24.0.1",
    "@rollup/plugin-node-resolve": "^15.0.2",
    "@rollup/plugin-typescript": "^11.1.0",
    "typescript": "^5.0.2"
  }
}
