{ "name": "dsh-inline-diff", "version": "1.6.1", "description": "Renders edit and write tool calls as always-expanded side-by-side diffs styled like git diff, with optional syntax coloring and word-level highlighting.", "type": "module", "main": "lib/index.js", "exports": { ".": { "default": "./lib/index.js" }, "./client": { "default": "./lib/client.js" }, "./package.json": "./package.json" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "platform": "web" } }, "keywords": [ "dsh", "dsh-plugin", "deepseek", "deepseek-harness", "diff", "git", "git-diff", "diff-viewer", "side-by-side", "word-diff", "syntax-highlighting", "web-plugin" ], "files": [ "lib/", "cordis.patch.yml", "README.md", "LICENSE" ], "scripts": { "build": "node tools/build-client.mjs", "test": "node tools/build-client.mjs && node tests/render-test.mjs && node tests/host-anchor-test.mjs" }, "repository": { "type": "git", "url": "git+https://github.com/JanEickholt/dsh-inline-diff.git" }, "homepage": "https://github.com/JanEickholt/dsh-inline-diff#readme", "bugs": { "url": "https://github.com/JanEickholt/dsh-inline-diff/issues" }, "peerDependencies": { "@deepseek-ai/dsh-settings": ">=0.1.1-rc.2 <0.2.0-0", "@deepseek-ai/schemastery": "^3.18.1" }, "devDependencies": { "react": "18.3.1", "react-dom": "18.3.1" }, "license": "MIT" }