{ "name": "@benz-ai-x/dsh-md-preview", "version": "0.6.0", "description": "DSH markdown preview: clicking a markdown document in the conversation opens a rendered preview panel docked to the right of the chat.", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/benz-ai-x/dsh-md-preview.git" }, "publishConfig": { "access": "public" }, "keywords": [ "deepseek-harness", "dsh", "dsh-plugin", "cordis", "markdown", "markdown-preview", "markdown-editor", "codemirror", "file-browser", "workspace", "preview-panel", "react" ], "type": "module", "main": "./lib/index.js", "types": "./lib/types/index.d.ts", "exports": { ".": { "types": "./lib/types/index.d.ts", "default": "./lib/index.js" }, "./client": { "types": "./lib/types/client/index.d.ts", "default": "./lib/client.js" }, "./remote": { "types": "./lib/types/typert/remote-client.d.ts", "default": "./lib/typert/remote-client.js" }, "./cordis.patch.yml": "./cordis.patch.yml", "./package.json": "./package.json" }, "files": [ "lib/index.js", "lib/client.js", "lib/typert/remote-client.js", "lib/types/**/*.d.ts", "cordis.patch.yml", "README.md", "README.zh.md" ], "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "inject": [ "@deepseek-ai/dsh-api-remotes", "@deepseek-ai/dsh-client-locale", "@deepseek-ai/dsh-client-ui-chat", "@deepseek-ai/dsh-client-ui-renderer" ], "platform": "web" } }, "packageManager": "pnpm@11.17.0", "engines": { "node": "^22.19.0 || >=24.0.0" }, "scripts": { "context:check": "node scripts/verify-dsh-context.mjs", "context:check:strict": "node scripts/verify-dsh-context.mjs --require-source", "typecheck": "tsc -p tsconfig.json --noEmit", "test": "vitest run", "build": "tsc -p tsconfig.json && tsdown", "build:host": "tsc -p tsconfig.json", "build:client": "tsdown", "watch:client": "tsdown --watch", "built:check": "node scripts/verify-built.mjs", "pack:publishable": "node scripts/pack.mjs", "publish:registry": "node scripts/pack.mjs --publish", "verify": "pnpm context:check:strict && pnpm typecheck && pnpm test && pnpm build && pnpm built:check", "prepare": "node scripts/prepare.mjs", "context:link": "node scripts/verify-dsh-context.mjs --sync-links --require-source && pnpm install --no-frozen-lockfile" }, "dependencies": { "@deepseek-ai/schemastery": "3.18.2", "tsdown": "^0.22.2", "typescript": "6.0.3", "zod": "^4.4.3" }, "peerDependencies": { "@deepseek-ai/dsh-typert-protocol": "0.1.2-rc.1" }, "devDependencies": { "@codemirror/commands": "^6.11.0", "@codemirror/language": "^6.12.4", "@codemirror/search": "^6.7.2", "@codemirror/state": "^6.7.1", "@codemirror/view": "^6.43.9", "@deepseek-ai/cordis": "4.0.2", "@deepseek-ai/cordis-plugin-include": "1.0.7", "@deepseek-ai/cordis-plugin-loader": "1.0.3", "@deepseek-ai/dsh-agent": "0.1.2-rc.1", "@deepseek-ai/dsh-api-remotes": "0.1.2-rc.1", "@deepseek-ai/dsh-client-locale": "0.1.2-rc.1", "@deepseek-ai/dsh-client-store": "0.1.2-rc.1", "@deepseek-ai/dsh-client-test-runtime": "0.1.2-rc.1", "@deepseek-ai/dsh-client-ui-chat": "0.1.2-rc.1", "@deepseek-ai/dsh-client-ui-conversation": "0.1.2-rc.1", "@deepseek-ai/dsh-client-ui-deliverables": "0.1.2-rc.1", "@deepseek-ai/dsh-client-ui-layout": "0.1.2-rc.1", "@deepseek-ai/dsh-client-ui-primitives": "0.1.2-rc.1", "@deepseek-ai/dsh-client-ui-renderer": "0.1.2-rc.1", "@deepseek-ai/dsh-client-ui-slots": "0.1.2-rc.1", "@deepseek-ai/dsh-fs": "0.1.2-rc.1", "@deepseek-ai/dsh-sandbox": "0.1.2-rc.1", "@deepseek-ai/dsh-session": "0.1.2-rc.1", "@deepseek-ai/dsh-typert-protocol": "0.1.2-rc.1", "@lezer/lr": "^1.4.10", "@lezer/markdown": "^1.7.2", "@types/node": "22.20.0", "@types/react": "~18.3.1", "jsdom": "29.1.1", "mermaid": "^11.17.2", "react": "^18.2.0", "react-dom": "^18.2.0", "tsdown": "^0.22.2", "typescript": "6.0.3", "vitest": "^4.1.8" } }