{
  "name": "openwork-orchestrator",
  "version": "0.17.12",
  "description": "OpenWork host orchestrator for opencode + OpenWork server + opencode-router",
  "license": "MIT",
  "bin": {
    "openwork": "./bin/openwork",
    "openwork-orchestrator": "./bin/openwork"
  },
  "scripts": {
    "postinstall": "node ./postinstall.mjs"
  },
  "optionalDependencies": {
    "openwork-orchestrator-darwin-arm64": "0.17.12",
    "openwork-orchestrator-darwin-x64": "0.17.12",
    "openwork-orchestrator-linux-x64": "0.17.12",
    "openwork-orchestrator-linux-arm64": "0.17.12",
    "openwork-orchestrator-windows-x64": "0.17.12",
    "openwork-orchestrator-windows-arm64": "0.17.12"
  },
  "files": [
    "bin",
    "postinstall.mjs",
    "constants.json"
  ]
}
