{ "name": "@bittersmilezzz/dsh-model-selector", "version": "0.1.19", "description": "DeepSeek Harness 的增强模型选择器:单层菜单(搜索 + 分组)+ 底部内联推理强度(Effort)滑杆。", "type": "module", "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" }, "./cordis.patch.yml": "./cordis.patch.yml", "./package.json": "./package.json" }, "files": [ "lib", "cordis.patch.yml", "README.md", "LICENSE", "assets" ], "scripts": { "build": "tsc -p tsconfig.host.json && tsdown && tsc -p tsconfig.client.build.json", "bundle": "tsdown", "watch": "tsdown --watch", "typecheck": "tsc -p tsconfig.host.json --noEmit && tsc -p tsconfig.client.json --noEmit", "test": "node --test test/*.test.mjs" }, "license": "MIT", "keywords": [ "dsh", "dsh-plugin", "deepseek-harness", "ui", "model-selector", "reasoning", "effort" ], "repository": { "type": "git", "url": "git+https://github.com/bitterSmilezzz/dsh-model-selector.git" }, "homepage": "https://github.com/bitterSmilezzz/dsh-model-selector#readme", "bugs": { "url": "https://github.com/bitterSmilezzz/dsh-model-selector/issues" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "searchTerms": [ "模型选择", "模型", "推理强度", "effort", "model selector" ], "client": { "platform": "web", "inject": [ "@deepseek-ai/dsh-client-ui-slots", "@deepseek-ai/dsh-client-ui-conversation", "@deepseek-ai/dsh-client-locale", "@deepseek-ai/dsh-client-ui-model-selection", "@deepseek-ai/dsh-client-ui-primitives" ] } }, "peerDependencies": { "@deepseek-ai/cordis": "^4.0.2", "@deepseek-ai/dsh-api-session-controller": "^0.1.6-alpha.1", "@deepseek-ai/dsh-client-locale": "^0.1.6-alpha.1", "@deepseek-ai/dsh-client-ui-conversation": "^0.1.6-alpha.1", "@deepseek-ai/dsh-client-ui-model-selection": "^0.1.6-alpha.1", "@deepseek-ai/dsh-client-ui-primitives": "^0.1.6-alpha.1", "@deepseek-ai/dsh-client-ui-renderer": "^0.1.6-alpha.1", "@deepseek-ai/dsh-client-ui-slots": "^0.1.6-alpha.1", "react": "^18.2.0", "react-dom": "^18.2.0", "@deepseek-ai/dsh-client-store": "^0.1.6-alpha.1", "@deepseek-ai/dsh-session": "^0.1.6-alpha.1" }, "peerDependenciesMeta": { "@deepseek-ai/dsh-client-ui-primitives": { "optional": true }, "@deepseek-ai/dsh-client-ui-slots": { "optional": true }, "react": { "optional": true }, "react-dom": { "optional": true }, "@deepseek-ai/dsh-client-store": { "optional": true } }, "devDependencies": { "@deepseek-ai/cordis": "^4.0.2", "@deepseek-ai/dsh-api-session-controller": "^0.1.6-alpha.1", "@deepseek-ai/dsh-client-locale": "^0.1.6-alpha.1", "@deepseek-ai/dsh-client-store": "^0.1.6-alpha.1", "@deepseek-ai/dsh-client-ui-conversation": "^0.1.6-alpha.1", "@deepseek-ai/dsh-client-ui-model-selection": "^0.1.6-alpha.1", "@deepseek-ai/dsh-client-ui-primitives": "^0.1.6-alpha.1", "@deepseek-ai/dsh-client-ui-renderer": "^0.1.6-alpha.1", "@deepseek-ai/dsh-client-ui-slots": "^0.1.6-alpha.1", "@deepseek-ai/dsh-session": "^0.1.6-alpha.1", "@types/node": "^26.2.0", "@types/react": "~18.3.31", "@types/react-dom": "~18.3.7", "tsdown": "^0.22.14", "typescript": "^6.0.3" } }