{ "name": "dsh-ui-tweaks", "description": "dsh web plugin: sidebar appearance, collapsed-tree hiding, and conversation-header utility menu tweaks without modifying the chat composer. Client-only.", "version": "0.4.0", "private": true, "type": "module", "engines": { "node": "^22.19.0 || >=24.0.0" }, "main": "lib/index.js", "exports": { ".": { "default": "./lib/index.js" }, "./client": { "default": "./lib/client.js" }, "./package.json": "./package.json" }, "dsh": { "engines": { "dsh": ">=0.1.2-alpha.1" }, "bundle": { "patch": "./cordis.patch.yml" }, "client": { "inject": [], "platform": "web" } }, "files": [ "lib/**/*.js", "cordis.patch.yml" ], "license": "MIT" }