{
  "name": "smithers-orchestrator",
  "version": "0.24.2",
  "description": "Public Smithers facade for durable coding-agent workflows and Gateway operation",
  "type": "module",
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./src/index.d.ts",
      "import": "./src/index.js",
      "default": "./src/index.js"
    },
    "./tools": {
      "types": "./src/tools.d.ts",
      "import": "./src/tools.js",
      "default": "./src/tools.js"
    },
    "./gateway-client": {
      "types": "./src/gateway-client.d.ts",
      "import": "./src/gateway-client.js",
      "default": "./src/gateway-client.js"
    },
    "./gateway-react": {
      "types": "./src/gateway-react.d.ts",
      "import": "./src/gateway-react.js",
      "default": "./src/gateway-react.js"
    },
    "./sandbox": {
      "types": "./src/sandbox.d.ts",
      "import": "./src/sandbox.js",
      "default": "./src/sandbox.js"
    },
    "./control-plane": {
      "types": "./src/control-plane.d.ts",
      "import": "./src/control-plane.js",
      "default": "./src/control-plane.js"
    },
    "./jsx-runtime": {
      "types": "./src/jsx-runtime.d.ts",
      "import": "./src/jsx-runtime.js",
      "default": "./src/jsx-runtime.js"
    },
    "./jsx-dev-runtime": {
      "types": "./src/jsx-runtime.d.ts",
      "import": "./src/jsx-runtime.js",
      "default": "./src/jsx-runtime.js"
    },
    "./*": {
      "types": "./src/index.d.ts",
      "import": "./src/*.js",
      "default": "./src/*.js"
    }
  },
  "files": [
    "src/"
  ],
  "bin": {
    "smithers": "./src/bin/smithers.js"
  },
  "dependencies": {
    "@mdx-js/esbuild": "^3.1.1",
    "ai": "^6.0.168",
    "diff": "^9.0.0",
    "drizzle-orm": "^0.45.2",
    "effect": "^3.21.1",
    "incur": "^0.4.1",
    "react": "^19.2.5",
    "zod": "^4.3.6",
    "@smithers-orchestrator/agents": "0.24.2",
    "@smithers-orchestrator/control-plane": "0.24.2",
    "@smithers-orchestrator/components": "0.24.2",
    "@smithers-orchestrator/db": "0.24.2",
    "@smithers-orchestrator/engine": "0.24.2",
    "@smithers-orchestrator/driver": "0.24.2",
    "@smithers-orchestrator/errors": "0.24.2",
    "@smithers-orchestrator/gateway-client": "0.24.2",
    "@smithers-orchestrator/gateway-react": "0.24.2",
    "@smithers-orchestrator/graph": "0.24.2",
    "@smithers-orchestrator/memory": "0.24.2",
    "@smithers-orchestrator/openapi": "0.24.2",
    "@smithers-orchestrator/react-reconciler": "0.24.2",
    "@smithers-orchestrator/sandbox": "0.24.2",
    "@smithers-orchestrator/observability": "0.24.2",
    "@smithers-orchestrator/scheduler": "0.24.2",
    "@smithers-orchestrator/scorers": "0.24.2",
    "@smithers-orchestrator/server": "0.24.2",
    "@smithers-orchestrator/time-travel": "0.24.2",
    "@smithers-orchestrator/vcs": "0.24.2",
    "@smithers-orchestrator/tool-context": "0.24.2",
    "@smithers-orchestrator/cli": "0.24.2"
  },
  "optionalDependencies": {
    "@electric-sql/pglite": "0.5.1",
    "@electric-sql/pglite-socket": "0.2.1",
    "pg": "^8.13.1"
  },
  "devDependencies": {
    "@types/bun": "latest",
    "typescript": "~5.9.3"
  },
  "scripts": {
    "typecheck": "tsc -p tsconfig.json --noEmit",
    "build": "tsup --dts-only"
  }
}