{
  "name": "dsh-codex-sync",
  "version": "1.6.1",
  "description": "Two-way Codex↔DSH bridge: skills from ~/.codex/skills, session import with workspace attach, live MCP mirroring of mcp_servers, and a Codex-side reverse MCP installer.",
  "keywords": [
    "dsh",
    "dsh-plugin",
    "codex",
    "openai-codex",
    "deepseek-harness",
    "mcp",
    "skills",
    "sync",
    "import",
    "export",
    "migration",
    "chat-sync",
    "subagents"
  ],
  "license": "MIT",
  "type": "module",
  "main": "lib/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Walvez/dsh-codex-sync.git"
  },
  "bugs": {
    "url": "https://github.com/Walvez/dsh-codex-sync/issues"
  },
  "homepage": "https://github.com/Walvez/dsh-codex-sync",
  "exports": {
    ".": {
      "default": "./lib/index.js"
    },
    "./client": "./lib/client.js",
    "./package.json": "./package.json"
  },
  "files": [
    "LICENSE",
    "NOTICE",
    "README.md",
    "README.zh-CN.md",
    "bin",
    "cordis.patch.yml",
    "examples",
    "docs",
    "lib",
    "skills"
  ],
  "scripts": {
    "test": "node scripts/run-tests.mjs"
  },
  "bin": {
    "dsh-codex-sync": "bin/dsh-codex-sync.js"
  },
  "dsh": {
    "bundle": {
      "patch": "./cordis.patch.yml"
    },
    "client": {
      "inject": [
        "@deepseek-ai/dsh-client-runtime",
        "@deepseek-ai/dsh-client-ui-sidebar",
        "@deepseek-ai/dsh-client-ui-slots"
      ],
      "platform": "web"
    }
  },
  "engines": {
    "node": ">=20"
  },
  "peerDependencies": {
    "@deepseek-ai/cordis": "^4.0.1",
    "@deepseek-ai/dsh-mcp-client": "^0.0.1-rc.1"
  },
  "peerDependenciesMeta": {
    "@deepseek-ai/dsh-mcp-client": {
      "optional": true
    }
  },
  "devDependencies": {
    "@deepseek-ai/cordis": "^4.0.1",
    "react": "^18.3.1",
    "react-dom": "^18.3.1"
  }
}
