{
  "name": "@thinkwell/conductor",
  "version": "0.5.7",
  "description": "TypeScript conductor for ACP proxy chains - orchestrates message routing between clients, proxies, and agents",
  "type": "module",
  "main": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "default": "./dist/index.js"
    }
  },
  "files": [
    "dist"
  ],
  "keywords": [
    "acp",
    "mcp",
    "thinkwell",
    "conductor",
    "proxy",
    "agent"
  ],
  "author": "David Herman",
  "license": "MIT",
  "dependencies": {
    "@thinkwell/protocol": "0.5.7"
  },
  "devDependencies": {
    "@types/node": "^24.10.4",
    "tsx": "^4.19.2",
    "typescript": "^5.7.2"
  },
  "scripts": {
    "build": "tsc && tsx ../../scripts/strip-features.ts --mode=release",
    "build:debug": "tsc",
    "clean": "rm -rf dist",
    "test": "node --test --import tsx src/**/*.test.ts"
  }
}