{
  "name": "@llamaindex/workflow",
  "description": "Workflow API",
  "version": "1.1.25",
  "type": "module",
  "types": "dist/index.d.ts",
  "module": "dist/index.js",
  "main": "dist/index.cjs",
  "keywords": [
    "workflow"
  ],
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    }
  },
  "files": [
    "dist",
    "CHANGELOG.md",
    "!**/*.tsbuildinfo"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/run-llama/LlamaIndexTS.git",
    "directory": "packages/workflow"
  },
  "devDependencies": {
    "@types/node": "^24.0.13",
    "vitest": "^2.1.5",
    "zod": "^4.1.5",
    "@llamaindex/core": "0.6.23",
    "@llamaindex/env": "0.1.31"
  },
  "peerDependencies": {
    "@llamaindex/core": "0.6.23",
    "@llamaindex/env": "0.1.31"
  },
  "dependencies": {
    "@llamaindex/workflow-core": "^1.3.2"
  },
  "deprecated": "This package is deprecated and no longer maintained.",
  "scripts": {
    "dev": "bunchee --watch",
    "build": "bunchee",
    "test": "vitest run"
  }
}