{
  "name": "@eko-ai/eko",
  "version": "4.1.3",
  "description": "Empowering language to transform human words into action.",
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.esm.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist/",
    "LICENSE",
    "README.md",
    "package.json"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.esm.js",
      "require": "./dist/index.cjs",
      "default": "./dist/index.esm.js"
    },
    "./types": {
      "types": "./dist/types/index.d.ts"
    }
  },
  "author": "FellouAI",
  "license": "MIT",
  "keywords": [
    "fellou",
    "eko"
  ],
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/FellouAI/eko.git"
  },
  "dependencies": {
    "@ai-sdk/provider": "^2.0.0",
    "@ai-sdk/amazon-bedrock": "^3.0.68",
    "@ai-sdk/azure": "^2.0.87",
    "@ai-sdk/anthropic": "^2.0.54",
    "@ai-sdk/google": "^2.0.45",
    "@ai-sdk/openai": "^2.0.85",
    "@ai-sdk/openai-compatible": "^1.0.29",
    "@openrouter/ai-sdk-provider": "^1.5.4",
    "secure-json-parse": "^4.1.0",
    "@xmldom/xmldom": "^0.8.11",
    "zod": "^4.1.13"
  },
  "devDependencies": {
    "@rollup/plugin-commonjs": "^28.0.3",
    "@rollup/plugin-node-resolve": "^16.0.1",
    "@rollup/plugin-typescript": "^12.1.2",
    "@types/jest": "^29.5.14",
    "@types/json-schema": "^7.0.15",
    "dotenv": "^16.5.0",
    "jest": "^29.7.0",
    "rollup": "^4.40.0",
    "rollup-plugin-copy": "^3.5.0",
    "ts-jest": "^29.3.2",
    "tslib": "^2.8.1",
    "typedoc": "^0.27.6",
    "typescript": "^5.8.3"
  },
  "scripts": {
    "build": "rollup -c",
    "docs": "typedoc",
    "test": "npx jest test/core/eko.test.ts"
  }
}