{
  "name": "dsh-flowglass",
  "version": "0.6.1",
  "description": "可视化会话执行流、工具调用、子代理与多会话并发分支。",
  "type": "module",
  "main": "./flowglass/lib/index.js",
  "exports": {
    ".": "./flowglass/lib/index.js",
    "./client": "./flowglass/lib/client.js",
    "./remote": "./flowglass/lib/remote.js",
    "./package.json": "./package.json"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Iwctwbh/dsh-flowglass.git"
  },
  "license": "MIT",
  "author": "Iwctwbh",
  "keywords": [
    "deepseek-harness",
    "dsh",
    "plugin",
    "flow"
  ],
  "dsh": {
    "bundle": {
      "patch": "./flowglass/cordis.patch.yml"
    },
    "client": {
      "platform": "web",
      "inject": [
        "@deepseek-ai/dsh-client-ui-session",
        "@deepseek-ai/dsh-api-session-controller",
        "@deepseek-ai/dsh-api-workspace-controller",
        "@deepseek-ai/dsh-api-remotes",
        "@deepseek-ai/dsh-client-ui-workspace",
        "@deepseek-ai/dsh-client-ui-layout",
        "@deepseek-ai/dsh-client-ui-sidebar",
        "@deepseek-ai/dsh-client-ui-sidebar-right"
      ]
    }
  },
  "files": [
    "flowglass/lib/**",
    "flowglass/manifest.json",
    "flowglass/BUILDINFO.json",
    "flowglass/cordis.patch.yml",
    "flowglass/README.md",
    "flowglass/LICENSE",
    "README.md",
    "LICENSE"
  ],
  "engines": {
    "node": ">=22.19"
  },
  "peerDependencies": {
    "@deepseek-ai/dsh-typert-protocol": "^0.1.5-rc.1 || ^0.1.6-alpha.2",
    "@deepseek-ai/dsh-client-ui-primitives": "^0.1.5-rc.1 || ^0.1.6-alpha.2",
    "dsh-better-sidebar": ">=0.19.0",
    "react": "^18.3.1",
    "react-dom": "^18.3.1"
  },
  "peerDependenciesMeta": {
    "dsh-better-sidebar": {
      "optional": true
    }
  }
}
