{ "name": "@ahggg/dsh-side-chat", "version": "0.7.2", "description": "Codex-style side conversations for DeepSeek Harness", "keywords": [ "deepseek-harness", "dsh", "side-chat" ], "repository": { "type": "git", "url": "git+https://github.com/AHGGG/dsh-side-chat.git" }, "homepage": "https://github.com/AHGGG/dsh-side-chat#readme", "bugs": { "url": "https://github.com/AHGGG/dsh-side-chat/issues" }, "publishConfig": { "access": "public" }, "type": "module", "main": "lib/index.js", "types": "lib/index.d.ts", "exports": { ".": { "types": "./lib/index.d.ts", "default": "./lib/index.js" }, "./client": { "types": "./lib/client/index.d.ts", "default": "./lib/client.js" }, "./remote": { "types": "./lib/remote.d.ts", "default": "./lib/remote.js" }, "./typert": { "types": "./lib/typert.d.ts", "default": "./lib/typert.js" }, "./package.json": "./package.json" }, "files": [ "lib", "cordis.patch.yml", "README.md", "README.zh-CN.md", "LICENSE" ], "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "platform": "web", "inject": [ "@deepseek-ai/dsh-client-runtime", "@deepseek-ai/dsh-api-remotes", "@deepseek-ai/dsh-client-ui-conversation", "@deepseek-ai/dsh-client-ui-input-trigger", "@deepseek-ai/dsh-client-ui-layout", "@deepseek-ai/dsh-client-ui-model-selection", "@deepseek-ai/dsh-client-ui-primitives", "@deepseek-ai/dsh-client-ui-slots" ] } }, "dshCompatibility": { "testedVersions": [ "0.1.0-rc.7", "0.1.1-rc.2" ] }, "engines": { "node": "^22.19.0 || >=24.0.0" }, "packageManager": "pnpm@11.7.0", "scripts": { "clean": "node scripts/clean.mjs", "typecheck": "tsc --noEmit", "lint": "oxlint src test scripts tsdown.config.ts", "test": "vitest run", "test:coverage": "vitest run --coverage", "build": "npm run clean && tsc -p tsconfig.build.json && tsdown --config tsdown.config.ts", "pack:verify": "npm run build && node scripts/verify-package.mjs", "clean-profile:verify": "npm run build && node scripts/clean-profile-e2e.mjs", "dsh:update": "node scripts/update-dsh-compatibility.mjs", "check": "pnpm peers check && npm run typecheck && npm run lint && npm run test && npm run pack:verify", "prepack": "npm run build" }, "peerDependencies": { "@deepseek-ai/cordis": "4.0.1", "@deepseek-ai/dsh-agent": "0.1.0-rc.7 || 0.1.1-rc.2", "@deepseek-ai/dsh-agent-presets": "0.1.0-rc.7 || 0.1.1-rc.2", "@deepseek-ai/dsh-api-remotes": "0.1.0-rc.7 || 0.1.1-rc.2", "@deepseek-ai/dsh-client-runtime": "0.1.0-rc.7 || 0.1.1-rc.2", "@deepseek-ai/dsh-client-ui-layout": "0.1.0-rc.7 || 0.1.1-rc.2", "@deepseek-ai/dsh-client-ui-model-selection": "0.1.0-rc.7 || 0.1.1-rc.2", "@deepseek-ai/dsh-client-ui-primitives": "0.1.0-rc.7 || 0.1.1-rc.2", "@deepseek-ai/dsh-client-ui-slots": "0.1.0-rc.7 || 0.1.1-rc.2", "@deepseek-ai/dsh-llm": "0.1.0-rc.7 || 0.1.1-rc.2", "@deepseek-ai/dsh-session": "0.1.0-rc.7 || 0.1.1-rc.2", "@deepseek-ai/dsh-typert-protocol": "0.1.0-rc.7 || 0.1.1-rc.2", "@deepseek-ai/dsh-user-questions": "0.1.0-rc.7 || 0.1.1-rc.2", "@deepseek-ai/dsh-workspace": "0.1.0-rc.7 || 0.1.1-rc.2", "react": ">=18.2.0 <20.0.0" }, "dependencies": { "@deepseek-ai/cordis": "4.0.1", "zod": "4.4.3" }, "devDependencies": { "@deepseek-ai/dsh-agent": "0.1.1-rc.2", "@deepseek-ai/dsh-agent-presets": "0.1.1-rc.2", "@deepseek-ai/dsh-api-remotes": "0.1.1-rc.2", "@deepseek-ai/dsh-client-runtime": "0.1.1-rc.2", "@deepseek-ai/dsh-client-ui-layout": "0.1.1-rc.2", "@deepseek-ai/dsh-client-ui-model-selection": "0.1.1-rc.2", "@deepseek-ai/dsh-client-ui-primitives": "0.1.1-rc.2", "@deepseek-ai/dsh-client-ui-slots": "0.1.1-rc.2", "@deepseek-ai/dsh-client-ui-theme": "0.1.1-rc.2", "@deepseek-ai/dsh-llm": "0.1.1-rc.2", "@deepseek-ai/dsh-session": "0.1.1-rc.2", "@deepseek-ai/dsh-typert-protocol": "0.1.1-rc.2", "@deepseek-ai/dsh-user-questions": "0.1.1-rc.2", "@deepseek-ai/dsh-workspace": "0.1.1-rc.2", "@testing-library/jest-dom": "6.9.1", "@testing-library/react": "16.3.2", "@types/node": "22.20.0", "@types/react": "18.3.28", "@types/react-dom": "18.3.7", "@vitest/coverage-v8": "4.1.8", "jsdom": "29.1.1", "oxlint": "1.76.0", "react": "18.3.1", "react-dom": "18.3.1", "tsdown": "0.22.14", "typescript": "6.0.3", "vitest": "4.1.8" }, "license": "MIT" }