{ "name": "@dsh-external/dsh-visualize", "description": "DSH inline visualization plugin: a visualize tool + bundled skill let the model render interactive HTML fragments as sandboxed cards in the conversation (Codex /visualize semantics).", "version": "0.1.2", "private": true, "type": "module", "main": "lib/index.js", "types": "lib/index.d.ts", "exports": { ".": { "types": "./lib/index.d.ts", "default": "./lib/index.js" }, "./client": "./lib/client.js", "./cordis.patch.yml": "./cordis.patch.yml", "./package.json": "./package.json" }, "files": [ "lib", "src", "assets", "cordis.patch.yml" ], "scripts": { "build": "tsdown", "typecheck": "tsc -p tsconfig.json && tsc -p tsconfig.client.json", "test": "vitest run", "check": "pnpm run typecheck && pnpm run test && pnpm run build" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "inject": [ "@deepseek-ai/dsh-client-runtime" ], "platform": "web" } }, "peerDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/dsh-fs": "^0.1.0-rc.6", "@deepseek-ai/dsh-llm": "^0.1.0-rc.6", "@deepseek-ai/dsh-sandbox-policy": "^0.1.0-rc.6", "@deepseek-ai/dsh-session": "^0.1.0-rc.6", "@deepseek-ai/dsh-skill": "^0.1.0-rc.6", "@deepseek-ai/dsh-tools": "^0.1.0-rc.6", "@deepseek-ai/schemastery": "^3.18.1", "react": "^18.2.0" }, "devDependencies": { "@deepseek-ai/cordis": "4.0.1", "@deepseek-ai/dsh-client-runtime": "0.1.1-rc.2", "@deepseek-ai/dsh-client-ui-conversation": "0.1.1-rc.2", "@deepseek-ai/dsh-client-ui-slots": "0.1.1-rc.2", "@deepseek-ai/dsh-client-ui-tool": "0.1.1-rc.2", "@deepseek-ai/dsh-fs": "0.1.1-rc.2", "@deepseek-ai/dsh-llm": "0.1.1-rc.2", "@deepseek-ai/dsh-sandbox-policy": "0.1.1-rc.2", "@deepseek-ai/dsh-session": "0.1.1-rc.2", "@deepseek-ai/dsh-skill": "0.1.1-rc.2", "@deepseek-ai/dsh-tools": "0.1.1-rc.2", "@deepseek-ai/schemastery": "3.18.1", "@types/node": "^22.0.0", "@types/react": "~18.3.1", "@types/react-dom": "^18.3.1", "react": "^18.2.0", "react-dom": "^18.2.0", "tsdown": "^0.22.2", "typescript": "^5.9.3", "vitest": "^4.1.1" }, "license": "BSD-3-Clause" }