{ "name": "dsh-openviking", "version": "0.1.0", "description": "OpenViking retrieval, resource management, auto-recall and session memory for DeepSeek Harness.", "keywords": [ "dsh-plugin", "dsh", "deepseek-harness", "openviking", "agent-memory", "context-database", "ai-agents", "cordis", "typescript" ], "type": "module", "main": "lib/index.js", "types": "lib/index.d.ts", "files": [ "lib", "cordis.patch.yml", "README.md", "README_EN.md", "docs", "scripts" ], "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "inject": [ "@deepseek-ai/dsh-client-connection", "@deepseek-ai/dsh-client-locale", "@deepseek-ai/dsh-client-runtime", "@deepseek-ai/dsh-client-ui-settings", "@deepseek-ai/dsh-api-remotes" ], "platform": "web" } }, "engines": { "node": "^22.19.0 || >=24.0.0" }, "scripts": { "build": "tsc -p tsconfig.json && tsc -p tsconfig.client.json && node scripts/build-client.mjs", "test": "npm run build && node --test test/*.test.mjs", "prepack": "npm run build" }, "peerDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/dsh-agent": "^0.1.0-rc.7", "@deepseek-ai/dsh-api-remotes": "^0.1.0-rc.7", "@deepseek-ai/dsh-client-connection": "^0.1.0-rc.7", "@deepseek-ai/dsh-client-locale": "^0.1.0-rc.7", "@deepseek-ai/dsh-client-runtime": "^0.1.0-rc.7", "@deepseek-ai/dsh-client-ui-primitives": "^0.1.0-rc.7", "@deepseek-ai/dsh-client-ui-settings": "^0.1.0-rc.7", "@deepseek-ai/dsh-client-ui-slots": "^0.1.0-rc.7", "@deepseek-ai/dsh-commands": "^0.1.0-rc.7", "@deepseek-ai/dsh-fs": "^0.1.0-rc.7", "@deepseek-ai/dsh-llm": "^0.1.0-rc.7", "@deepseek-ai/dsh-session": "^0.1.0-rc.7", "@deepseek-ai/dsh-settings": "^0.1.0-rc.7", "@deepseek-ai/dsh-system-prompt": "^0.1.0-rc.7", "@deepseek-ai/dsh-tools": "^0.1.0-rc.7", "@deepseek-ai/schemastery": "^3.18.1", "react": "^18.3.1" }, "devDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/dsh-agent": "^0.1.0-rc.7", "@deepseek-ai/dsh-api-remotes": "^0.1.0-rc.7", "@deepseek-ai/dsh-client-connection": "^0.1.0-rc.7", "@deepseek-ai/dsh-client-locale": "^0.1.0-rc.7", "@deepseek-ai/dsh-client-runtime": "^0.1.0-rc.7", "@deepseek-ai/dsh-client-ui-primitives": "0.1.0-rc.7", "@deepseek-ai/dsh-client-ui-settings": "^0.1.0-rc.7", "@deepseek-ai/dsh-client-ui-settings-plugins": "^0.1.0-rc.7", "@deepseek-ai/dsh-client-ui-slots": "^0.1.0-rc.7", "@deepseek-ai/dsh-commands": "^0.1.0-rc.7", "@deepseek-ai/dsh-fs": "^0.1.0-rc.7", "@deepseek-ai/dsh-host-webserver": "^0.1.0-rc.7", "@deepseek-ai/dsh-llm": "^0.1.0-rc.7", "@deepseek-ai/dsh-session": "^0.1.0-rc.7", "@deepseek-ai/dsh-settings": "^0.1.0-rc.7", "@deepseek-ai/dsh-system-prompt": "^0.1.0-rc.7", "@deepseek-ai/dsh-tools": "^0.1.0-rc.7", "@deepseek-ai/schemastery": "^3.18.1", "@types/node": "^22.20.0", "@types/react": "^18.3.31", "esbuild": "^0.28.2", "react": "^18.3.1", "typescript": "^6.0.3" }, "license": "MIT", "exports": { ".": { "types": "./lib/index.d.ts", "default": "./lib/index.js" }, "./client": { "types": "./lib/client-ui.d.ts", "default": "./lib/client-ui.js" }, "./package.json": "./package.json" } }