{
  "name": "dsh-oc",
  "version": "0.1.8",
  "description": "DeepSeek Harness 插件全家桶:会话新窗口、深链自动选中、桌面壳自动标记,并自动带上 dsh-better-sidebar 右侧工作台。",
  "type": "module",
  "main": "lib/index.js",
  "bin": {
    "dsh-oc": "bin/dsh-oc.cjs"
  },
  "exports": {
    ".": "./lib/index.js",
    "./client": "./lib/client.js",
    "./cordis.patch.yml": "./cordis.patch.yml",
    "./package.json": "./package.json"
  },
  "files": [
    "lib",
    "bin",
    "launcher",
    "assets",
    "cordis.patch.yml",
    "install.ps1",
    "scripts/auto-start.mjs",
    "README.md",
    "LICENSE"
  ],
  "scripts": {
    "test": "node scripts/test.mjs",
    "build:launcher": "node scripts/build-launcher.mjs",
    "postinstall": "node scripts/auto-start.mjs",
    "prepack": "node scripts/build-launcher.mjs && node --check lib/index.js && node --check lib/client.js && node scripts/test.mjs"
  },
  "dsh": {
    "bundle": {
      "patch": "./cordis.patch.yml"
    },
    "client": {
      "platform": "web",
      "inject": [
        "@deepseek-ai/dsh-client-locale",
        "@deepseek-ai/dsh-client-ui-conversation"
      ]
    }
  },
  "dependencies": {
    "@deepseek-ai/dsh-session-reference": "^0.1.0-rc.6",
    "dsh-better-sidebar": "^0.15.0",
    "electron": "43.4.0"
  },
  "peerDependencies": {
    "@deepseek-ai/cordis": "^4.0.1",
    "@deepseek-ai/dsh-client-locale": "^0.1.0-rc.6",
    "@deepseek-ai/dsh-client-ui-conversation": "^0.1.0-rc.6",
    "react": "^18.2.0"
  },
  "keywords": [
    "deepseek",
    "deepseek-harness",
    "dsh",
    "plugin",
    "codex",
    "session"
  ],
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/FeiJi-9527/dsh-oc"
  }
}
