{ "name": "dsh-mimir", "description": "Research-assistant plugin suite (literature search, research wiki, LaTeX compile, independent subagent review) for the DeepSeek Harness", "version": "0.19.0", "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/1692775560/dsh-Mimir-Academic-research.git", "directory": "packages/mimir" }, "type": "module", "engines": { "node": ">=22" }, "main": "lib/index.js", "types": "lib/types/index.d.ts", "exports": { ".": { "types": "./lib/types/index.d.ts", "default": "./lib/index.js" }, "./invariant": { "types": "./lib/types/invariant.d.ts", "default": "./lib/invariant.js" }, "./client": "./lib/client.js", "./types": { "types": "./lib/types/types.d.ts", "default": "./lib/types/types.js" }, "./typert": { "types": "./lib/typert.host.d.ts", "default": "./lib/typert.host.js" }, "./remote": { "types": "./lib/typert.remote-client.d.ts", "default": "./lib/typert.remote-client.js" }, "./src/*": "./src/*", "./package.json": "./package.json" }, "files": [ "lib/index.js", "lib/invariant.js", "lib/types/**/*.js", "lib/types/**/*.d.ts", "lib/typert.host.js", "lib/typert.host.d.ts", "lib/typert.remote-client.js", "lib/typert.remote-client.d.ts", "lib/client.js", "lib/client.js.map", "cordis.patch.yml" ], "scripts": { "bundle": "tsdown", "bundle:client": "tsdown -c tsdown.client.config.ts" }, "license": "MIT", "dependencies": { "@deepseek-ai/schemastery": "^3.18.1", "js-yaml": "4.3.1", "pptxgenjs": "^4.0.1", "zod": "^4.4.3" }, "optionalDependencies": { "sxng-cli": "latest" }, "peerDependencies": { "@deepseek-ai/cordis": ">=4.0.2", "@deepseek-ai/dsh-agent": ">=0.1.2-rc.1", "@deepseek-ai/dsh-atomic-write": ">=0.1.2-rc.1", "@deepseek-ai/dsh-commands": ">=0.1.2-rc.1", "@deepseek-ai/dsh-host-webserver": ">=0.1.2-rc.1", "@deepseek-ai/dsh-invariants": ">=0.1.2-rc.1", "@deepseek-ai/dsh-llm": ">=0.1.2-rc.1", "@deepseek-ai/dsh-session": ">=0.1.2-rc.1", "@deepseek-ai/dsh-skill": ">=0.1.2-rc.1", "@deepseek-ai/dsh-storage-domain": ">=0.1.2-rc.1", "@deepseek-ai/dsh-subagent": ">=0.1.2-rc.1", "@deepseek-ai/dsh-tools": ">=0.1.2-rc.1", "@deepseek-ai/dsh-typert-protocol": ">=0.1.2-rc.1", "@deepseek-ai/dsh-util-values": ">=0.1.2-rc.1" }, "peerDependenciesMeta": { "@deepseek-ai/dsh-skill": { "optional": true } }, "devDependencies": { "@deepseek-ai/cordis": "4.0.2", "@deepseek-ai/dsh-agent": "0.1.2-rc.1", "@deepseek-ai/dsh-atomic-write": "0.1.2-rc.1", "@deepseek-ai/dsh-commands": "0.1.2-rc.1", "@deepseek-ai/dsh-host-webserver": "0.1.2-rc.1", "@deepseek-ai/dsh-invariants": "0.1.2-rc.1", "@deepseek-ai/dsh-llm": "0.1.2-rc.1", "@deepseek-ai/dsh-session": "0.1.2-rc.1", "@deepseek-ai/dsh-skill": "0.1.2-rc.1", "@deepseek-ai/dsh-storage": "0.1.2-rc.1", "@deepseek-ai/dsh-storage-domain": "0.1.2-rc.1", "@deepseek-ai/dsh-subagent": "0.1.2-rc.1", "@deepseek-ai/dsh-system-prompt": "0.1.2-rc.1", "@deepseek-ai/dsh-tools": "0.1.2-rc.1", "@deepseek-ai/dsh-typert-protocol": "0.1.2-rc.1", "@deepseek-ai/dsh-util-values": "0.1.2-rc.1", "@types/js-yaml": "4.0.9" }, "dsh": { "client": { "inject": [ "@deepseek-ai/dsh-api-remotes", "@deepseek-ai/dsh-api-session-controller", "@deepseek-ai/dsh-client-locale", "@deepseek-ai/dsh-client-ui-layout", "@deepseek-ai/dsh-client-ui-renderer", "@deepseek-ai/dsh-client-ui-sidebar", "@deepseek-ai/dsh-client-ui-theme" ], "platform": "web" }, "bundle": { "patch": "./cordis.patch.yml" } }, "keywords": [ "dsh-plugin", "deepseek-harness", "research", "arxiv", "latex", "zotero", "literature", "experiment-tracking" ] }