{
  "name": "@automatalabs/workflows",
  "version": "0.50.0",
  "license": "Apache-2.0",
  "engines": {
    "node": ">=22"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/agentprism/agentprism-workflows.git",
    "directory": "packages/workflows"
  },
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "bin": {
    "agentprism-workflows": "./dist/cli.js"
  },
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "typebox": "1.3.2",
    "@automatalabs/repl-engine": "0.3.3",
    "@automatalabs/shared-types": "0.31.0",
    "@automatalabs/acp-agents": "0.38.0",
    "@automatalabs/workflow-engine": "0.36.1"
  },
  "devDependencies": {
    "esbuild": "^0.28.1"
  },
  "scripts": {
    "build": "node ../../scripts/ensure-run-monitor-html.mjs && tsc -b && node scripts/bundle-mcp-server.mjs && node ../../scripts/check-workflows-bundle-deps.mjs",
    "typecheck": "tsc -p tsconfig.test.json --noEmit",
    "test": "tsx --test \"test/**/*.test.ts\""
  }
}