{
  "name": "@eko-ai/eko",
  "version": "2.1.7-alpha.2",
  "description": "Empowering language to transform human words into action.",
  "main": "dist/index.cjs.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "type": "module",
  "files": [
    "dist/",
    "LICENSE",
    "README.md",
    "package.json"
  ],
  "exports": {
    ".": {
      "require": "./dist/index.cjs.js",
      "import": "./dist/index.esm.js",
      "types": "./dist/index.d.ts"
    },
    "./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": "^1.1.3",
    "@ai-sdk/amazon-bedrock": "^2.2.10",
    "@ai-sdk/anthropic": "^1.2.12",
    "@ai-sdk/google": "^1.2.19",
    "@ai-sdk/openai": "^1.3.22",
    "@openrouter/ai-sdk-provider": "^0.7.2",
    "secure-json-parse": "^4.0.0",
    "xmldom": "^0.6.0",
    "zod": "^3.21.4"
  },
  "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",
    "@types/xmldom": "^0.1.34",
    "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",
    "test": "jest",
    "docs": "typedoc"
  }
}