{ "name": "@idoall/dsh-session-colors", "version": "0.1.5", "type": "module", "description": "DSH web plugin: give any Session a colour mark, shown as a chip in the sidebar and picked from the conversation header. Marks are stored on the Host, so a colour chosen on one device is visible on every other one — including over LAN and tunnels.", "main": "./src/index.js", "exports": { ".": "./src/index.js", "./client": "./src/client.js", "./package.json": "./package.json" }, "files": [ "src", "cordis.patch.yml", "README.md", "README.zh.md", "CHANGELOG.md", "LICENSE", "docs/images" ], "dsh": { "manifestVersion": 1, "engines": { "dsh": ">=0.1.7-alpha.2 <0.2.0" }, "compatibility": { "dshReleases": { "0.1.7-rc.2": "compatible", "0.1.7-rc.1": "compatible", "0.1.7-alpha.2": "compatible" } }, "bundle": { "patch": "./cordis.patch.yml" }, "client": { "platform": "web", "inject": [ "@deepseek-ai/dsh-client-ui-layout", "@deepseek-ai/dsh-client-ui-conversation" ] } }, "scripts": { "test": "node --test tests/*.test.mjs" }, "publishConfig": { "access": "public" }, "peerDependencies": { "@deepseek-ai/dsh-client-ui-conversation": ">=0.1.7-alpha.2 <0.2.0", "@deepseek-ai/dsh-client-ui-layout": ">=0.1.7-alpha.2 <0.2.0", "@deepseek-ai/schemastery": "^3.18.2", "react": "^18.2.0" }, "peerDependenciesMeta": { "@deepseek-ai/dsh-client-ui-conversation": { "optional": true }, "@deepseek-ai/dsh-client-ui-layout": { "optional": true } }, "devDependencies": { "@deepseek-ai/cordis": "^4.0.4", "@deepseek-ai/schemastery": "^3.18.2", "react": "^18.3.1" }, "license": "MIT", "engines": { "node": ">=20" }, "repository": { "type": "git", "url": "git+https://github.com/idoall/dsh-session-colors.git" }, "homepage": "https://github.com/idoall/dsh-session-colors#readme", "bugs": { "url": "https://github.com/idoall/dsh-session-colors/issues" }, "keywords": [ "dsh", "dsh-plugin", "deepseek", "deepseek-harness", "harness", "cordis", "plugin", "session", "colors", "sidebar", "web" ], "packageManager": "pnpm@10.33.1" }