{ "name": "dsh-sidebar-qa", "version": "0.5.0", "description": "DSH web plugin: select conversation text -> ask in a right-side panel -> a dedicated follow-up session (❓) in the same workspace, without interrupting the main conversation. Thin consumer of dsh-better-sidebar.", "type": "module", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/ChenRuoT/dsh-sidebar-qa" }, "main": "lib/index.js", "types": "lib/types/index.d.ts", "exports": { ".": { "types": "./lib/types/index.d.ts", "default": "./lib/index.js" }, "./client": { "types": "./lib/types/client/index.d.ts", "default": "./lib/client.js" }, "./client/service": { "types": "./lib/types/client/service.d.ts", "default": "./lib/client.js" }, "./src/*": "./src/*", "./package.json": "./package.json" }, "engines": { "node": ">=20", "dsh": ">=0.1.2-alpha.1" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "inject": [ "@deepseek-ai/dsh-client-runtime", "@deepseek-ai/dsh-client-locale" ], "platform": "web" } }, "files": [ "lib/index.js", "lib/client.js", "lib/client-registry.js", "lib/types/**/*.d.ts", "src", "cordis.patch.yml", "README.md", "README_EN.md", "LICENSE" ], "scripts": { "build": "node -e \"fs.rmSync('lib',{recursive:true,force:true})\" && tsc -p tsconfig.build.json && tsdown", "prepublishOnly": "pnpm build", "typecheck": "tsc --noEmit", "bundle": "tsdown", "watch": "tsdown --watch", "prepare": "tsdown", "test": "vitest run" }, "peerDependencies": { "@deepseek-ai/dsh-client-locale": "^0.1.0-rc.8", "@deepseek-ai/dsh-client-ui-primitives": "^0.1.0-rc.8", "cordis": "^4.0.0-rc.8", "dsh-better-sidebar": ">=0.16.0", "react": "^18.2.0", "react-dom": "^18.2.0" }, "peerDependenciesMeta": { "cordis": { "optional": true } }, "dependencies": { "schemastery": "^3.18.0" }, "devDependencies": { "@deepseek-ai/dsh-client-locale": "^0.1.0-rc.8", "@deepseek-ai/dsh-client-ui-primitives": "^0.1.0-rc.8", "@types/node": "^24.0.0", "@types/react": "~18.3.1", "@types/react-dom": "~18.3.1", "cordis": "^4.0.0-rc.8", "lightningcss": "^1.32.0", "react": "^18.2.0", "react-dom": "18.2.0", "tsdown": "^0.22.2", "typescript": "^5.6.0", "vitest": "^4.1.8" } }