{ "name": "dsh-mermaid", "version": "0.4.0", "description": "Render Mermaid code blocks in DeepSeek Harness with a diagram/code toggle.", "author": { "name": "Mrmo072", "url": "https://github.com/MrmoLabs" }, "repository": { "type": "git", "url": "git+https://github.com/MrmoLabs/dsh-mermaid.git" }, "homepage": "https://github.com/MrmoLabs/dsh-mermaid#readme", "bugs": "https://github.com/MrmoLabs/dsh-mermaid/issues", "publishConfig": { "access": "public" }, "bin": { "dsh-mermaid": "bin/dsh-mermaid.mjs" }, "type": "module", "main": "lib/index.js", "exports": { ".": "./lib/index.js", "./client": "./lib/client.js", "./package.json": "./package.json" }, "files": [ "bin", "lib", "cordis.patch.yml", "CHANGELOG.md", "README.md", "README.zh-CN.md", "LICENSE" ], "scripts": { "build": "node scripts/build.mjs", "check": "node --check bin/dsh-mermaid.mjs && node --check scripts/build.mjs && node --check src/client.js && node --check src/detection.js && node --check src/i18n.js && node --check src/index.js && node --check src/mermaid-runtime.js && node --check src/styles.js && node --check src/svg.js && node --check src/viewer.js && node --test", "prepare": "npm run build", "prepack": "npm run check" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "platform": "web", "inject": [] } }, "keywords": [ "deepseek-harness", "dsh", "mermaid", "diagram" ], "license": "MIT", "devDependencies": { "esbuild": "0.28.2", "happy-dom": "20.11.6", "mermaid": "11.17.0" }, "engines": { "node": ">=22.19.0" } }