{ "name": "@yfwu2020/dsh-selection-explain", "version": "0.1.3", "description": "DSH 划词解读:选中文字浮出按钮,点击弹窗流式显示专业中英翻译 + 该文字在当前上下文中的含义详解", "type": "module", "main": "./lib/index.js", "types": "./lib/types/index.d.ts", "files": [ "lib", "src", "scripts", "cordis.patch.yml", "skills", "assets", "README.md" ], "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/yfwu2020/dsh-selection-explain.git" }, "homepage": "https://github.com/yfwu2020/dsh-selection-explain#readme", "bugs": { "url": "https://github.com/yfwu2020/dsh-selection-explain/issues" }, "peerDependencies": { "@deepseek-ai/cordis": ">=4.0.2 <5", "@deepseek-ai/dsh-agent-default-model": ">=0.1.5-rc <2", "@deepseek-ai/dsh-host-webserver": ">=0.1.5-rc <2", "@deepseek-ai/dsh-llm": ">=0.1.5-rc <2", "@deepseek-ai/schemastery": ">=3.18 <4" }, "devDependencies": { "@deepseek-ai/cordis": "4.0.2", "@deepseek-ai/dsh-agent-default-model": "0.1.5-rc.3", "@deepseek-ai/dsh-host-webserver": "0.1.5-rc.3", "@deepseek-ai/dsh-llm": "0.1.5-rc.3", "@deepseek-ai/schemastery": "3.18.2", "@types/node": "^22.14.0", "typescript": "^5.9.3" }, "scripts": { "build": "bash scripts/build.sh", "typecheck": "tsc -p tsconfig.json --noEmit", "test": "node scripts/test-filters.mjs && node scripts/test-prompt.mjs && node scripts/test-client.mjs && node scripts/test-transcript.mjs && node scripts/test-guard.mjs", "test:transcript": "node scripts/test-transcript.mjs", "test:guard": "node scripts/test-guard.mjs", "test:prompt": "node scripts/test-prompt.mjs" }, "exports": { ".": { "types": "./lib/types/index.d.ts", "default": "./lib/index.js" }, "./client": { "default": "./lib/client.js" }, "./package.json": "./package.json" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "inject": [], "platform": "web" } } }