{
  "name": "dsh-plugin-bridge",
  "version": "0.3.7",
  "description": "Previewable cross-preset session migration for DeepSeek Harness with bounded, fixed-schema handoffs",
  "type": "module",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib",
    "docs",
    "reports/v0.2.3-e2e-2026-08-20T13-19-13-924Z.raw.json",
    "reports/v0.2.3-e2e-report.md",
    "reports/v0.2.6-rc11-vision-report.md",
    "reports/native-workbench-2026-08-25.md",
    "reports/native-workbench-2026-08-25.raw.json",
    "reports/dsh-0.1.2-alpha.2-compat-2026-08-31.md",
    "reports/dsh-0.1.3-alpha.2-compat-2026-09-08.md",
    "reports/dsh-0.1.5-alpha.1-compat-2026-09-09.md",
    "reports/dsh-0.1.5-rc.1-compat-2026-09-10.md",
    "reports/worker-tier-rc1-2026-09-10.md",
    "reports/dsh-0.1.6-alpha.1-compat-2026-09-15.md",
    "reports/dsh-0.1.6-alpha.2-compat-2026-09-18.md",
    "cordis.patch.yml",
    "README.md",
    "README.zh.md"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.json && npm run build:client",
    "build:client": "tsdown --config tsdown.config.ts",
    "build:check": "npm run build && git diff --exit-code -- lib",
    "typecheck": "tsc -p tsconfig.check.json",
    "prepack": "npm run build",
    "prepublishOnly": "npm run verify",
    "test": "npm run build && npm run typecheck && node --experimental-strip-types --test test/*.test.mjs",
    "eval": "node eval/run.mjs",
    "datasets:check": "node scripts/check-datasets.mjs",
    "pack:check": "npm pack --dry-run",
    "package:smoke": "node scripts/package-smoke.mjs",
    "release:check": "node scripts/check-release-version.mjs",
    "verify": "npm test && npm run build:check && npm run datasets:check && npm run package:smoke"
  },
  "keywords": [
    "dsh-plugin",
    "deepseek-harness",
    "bridge",
    "context-migration",
    "agent-preset",
    "session-migration"
  ],
  "license": "MIT",
  "dsh": {
    "bundle": {
      "patch": "./cordis.patch.yml"
    },
    "client": {
      "inject": [
        "@deepseek-ai/dsh-api-remotes",
        "@deepseek-ai/dsh-client-ui-conversation",
        "@deepseek-ai/dsh-client-ui-chat"
      ],
      "platform": "web"
    }
  },
  "engines": {
    "node": ">=22"
  },
  "peerDependencies": {
    "@deepseek-ai/cordis": "^4.0.1",
    "@deepseek-ai/dsh-api-remotes": "^0.1.0-rc.7 || ^0.1.1-rc.1 || ^0.1.2-alpha.1 || ^0.1.3-alpha.2 || ^0.1.5-alpha.1 || ^0.1.6-alpha.1",
    "@deepseek-ai/dsh-client-ui-chat": "^0.1.0-rc.7 || ^0.1.1-rc.1 || ^0.1.2-alpha.1 || ^0.1.3-alpha.2 || ^0.1.5-alpha.1 || ^0.1.6-alpha.1",
    "@deepseek-ai/dsh-client-ui-conversation": "^0.1.0-rc.7 || ^0.1.1-rc.1 || ^0.1.2-alpha.1 || ^0.1.3-alpha.2 || ^0.1.5-alpha.1 || ^0.1.6-alpha.1",
    "@deepseek-ai/dsh-client-ui-primitives": "^0.1.0-rc.7 || ^0.1.1-rc.1 || ^0.1.2-alpha.1 || ^0.1.3-alpha.2 || ^0.1.5-alpha.1 || ^0.1.6-alpha.1",
    "@deepseek-ai/dsh-client-ui-slots": "^0.1.0-rc.7 || ^0.1.1-rc.1 || ^0.1.2-alpha.1 || ^0.1.3-alpha.2 || ^0.1.5-alpha.1 || ^0.1.6-alpha.1",
    "react": "^18.2.0"
  },
  "peerDependenciesMeta": {
    "@deepseek-ai/cordis": { "optional": true },
    "@deepseek-ai/dsh-api-remotes": { "optional": true },
    "@deepseek-ai/dsh-client-ui-chat": { "optional": true },
    "@deepseek-ai/dsh-client-ui-conversation": { "optional": true },
    "@deepseek-ai/dsh-client-ui-primitives": { "optional": true },
    "@deepseek-ai/dsh-client-ui-slots": { "optional": true },
    "react": { "optional": true }
  },
  "dependencies": {
    "@deepseek-ai/schemastery": "^3.18.1"
  },
  "devDependencies": {
    "@deepseek-ai/cordis": "4.0.2",
    "@deepseek-ai/dsh-api-remotes": "0.1.6-alpha.2",
    "@deepseek-ai/dsh-api-session-controller": "0.1.6-alpha.2",
    "@deepseek-ai/dsh-client-ui-chat": "0.1.6-alpha.2",
    "@deepseek-ai/dsh-client-ui-conversation": "0.1.6-alpha.2",
    "@deepseek-ai/dsh-client-ui-primitives": "0.1.6-alpha.2",
    "@deepseek-ai/dsh-client-ui-renderer": "0.1.6-alpha.2",
    "@deepseek-ai/dsh-client-ui-session": "0.1.6-alpha.2",
    "@deepseek-ai/dsh-client-ui-slots": "0.1.6-alpha.2",
    "@types/node": "^26.4.1",
    "@types/react": "~18.3.1",
    "react": "^18.3.1",
    "tsdown": "^0.23.0",
    "typescript": "^7.0.2"
  },
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Totoro-qaq/dsh-plugin-bridge.git"
  },
  "bugs": {
    "url": "https://github.com/Totoro-qaq/dsh-plugin-bridge/issues"
  },
  "homepage": "https://github.com/Totoro-qaq/dsh-plugin-bridge#readme",
  "bin": {
    "dsh-bridge": "lib/cli.js"
  },
  "exports": {
    ".": {
      "types": "./lib/index.d.ts",
      "default": "./lib/index.js"
    },
    "./compression": {
      "types": "./lib/compression.d.ts",
      "default": "./lib/compression.js"
    },
    "./fold": {
      "types": "./lib/fold.d.ts",
      "default": "./lib/fold.js"
    },
    "./migrate": {
      "types": "./lib/migrate.d.ts",
      "default": "./lib/migrate.js"
    },
    "./host": {
      "types": "./lib/host.d.ts",
      "default": "./lib/host.js"
    },
    "./rpc": {
      "types": "./lib/rpc.d.ts",
      "default": "./lib/rpc.js"
    },
    "./types": {
      "types": "./lib/types.d.ts",
      "default": "./lib/types.js"
    },
    "./command": {
      "types": "./lib/command.d.ts",
      "default": "./lib/command.js"
    },
    "./client": {
      "types": "./lib/client.d.ts",
      "default": "./lib/client.js"
    },
    "./client-contract": {
      "types": "./lib/client-contract.d.ts",
      "default": "./lib/client-contract.js"
    },
    "./cordis.patch.yml": "./cordis.patch.yml",
    "./package.json": "./package.json"
  }
}
