{ "name": "dsh-chart", "version": "0.1.0", "description": "原生 DSH 插件:结构化数据 → 对话内联图表(零依赖 SVG + localhost HTTP 服务)", "main": "index.mjs", "type": "commonjs", "scripts": { "test": "node test.js" }, "peerDependencies": { "@deepseek-ai/dsh-tools": "*" }, "license": "MIT", "dsh": { "bundle": { "patch": "./cordis.patch.yml" } } }