{ "name": "dsh-plugin-zcode-import", "version": "1.0.0", "description": "DSH Settings plugin that imports local ZCode conversations as native DeepSeek Harness sessions — browse ZCode workspaces, pick chats, import a subset or a whole workspace. DSH 会话导入插件:把本地 ZCode 的会话导入 DeepSeek Harness,支持按工作区浏览、勾选导入。", "license": "MIT", "author": "BaiZhi967", "type": "module", "exports": { ".": "./entry.js", "./client": "./client.js" }, "files": [ "entry.js", "impl.js", "client.js", "cordis.patch.yml", "lib", "tools", "assets", "README.md", "README_EN.md", "LICENSE" ], "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "platform": "web", "immediately": true, "inject": [] } }, "keywords": [ "deepseek", "deepseek-harness", "dsh", "dsh-plugin", "cordis", "plugin", "zcode", "session", "import", "migration", "conversation", "sqlite" ], "repository": { "type": "git", "url": "git+https://github.com/BaiZhi967/dsh-plugin-zcode-import.git" }, "bugs": { "url": "https://github.com/BaiZhi967/dsh-plugin-zcode-import/issues" }, "homepage": "https://github.com/BaiZhi967/dsh-plugin-zcode-import#readme", "engines": { "node": ">=22.19.0", "dsh": ">=0.1.6-alpha.2" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" } }