{
  "name": "@arcgis/ai-orchestrator",
  "version": "5.0.19",
  "description": "ArcGIS AI Orchestrator Package",
  "homepage": "https://developers.arcgis.com/javascript/latest/",
  "type": "module",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js",
    "./package.json": "./package.json"
  },
  "files": [
    "dist/"
  ],
  "license": "SEE LICENSE IN LICENSE.md",
  "dependencies": {
    "@langchain/core": "^1.1.17",
    "@langchain/langgraph": "^1.1.2",
    "@langchain/openai": "^1.2.3",
    "tslib": "^2.8.1",
    "zod": "^3.25.76"
  },
  "peerDependencies": {
    "@arcgis/core": "^5.0.0"
  }
}