{ "name": "dsh-plugin-modality-fallback", "description": "DeepSeek Harness (dsh) plugin: route one request to a modality-capable fallback model instead of forcing the whole session onto a single model.", "version": "0.1.0", "license": "MIT", "type": "module", "main": "lib/index.js", "types": "lib/index.d.ts", "exports": { ".": { "types": "./lib/index.d.ts", "default": "./lib/index.js" }, "./package.json": "./package.json" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" } }, "files": [ "lib", "cordis.patch.yml", "README.md", "README.zh.md", "LICENSE" ], "repository": { "type": "git", "url": "git+https://github.com/lilei0311/dsh-plugin-modality-fallback.git" }, "keywords": [ "dsh-plugin", "deepseek-harness", "cordis" ], "scripts": { "build": "tsc -p tsconfig.build.json", "prepare": "npm run build", "test": "vitest run", "typecheck": "tsc --noEmit" }, "peerDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/dsh-agent": "^0.1.0-rc.7", "@deepseek-ai/dsh-llm": "^0.1.0-rc.7" }, "devDependencies": { "@deepseek-ai/cordis": "4.0.1", "@deepseek-ai/dsh-agent": "0.1.0-rc.7", "@deepseek-ai/dsh-attachment": "0.1.0-rc.7", "@deepseek-ai/dsh-llm": "0.1.0-rc.7", "@deepseek-ai/dsh-scope": "0.1.0-rc.7", "@types/node": "^26.2.0", "typescript": "^6.0.3", "vitest": "^4.1.8" } }