{ "name": "dsh-memory-graph", "version": "0.8.1", "description": "Non-invasive SQLite hybrid memory and knowledge-graph plugin for DeepSeek Harness", "keywords": [ "deepseek-harness", "dsh-plugin", "agent-memory", "knowledge-graph", "long-term-memory", "sqlite" ], "homepage": "https://github.com/zmh2000829/dsh-memory-graph#readme", "bugs": { "url": "https://github.com/zmh2000829/dsh-memory-graph/issues" }, "repository": { "type": "git", "url": "git+https://github.com/zmh2000829/dsh-memory-graph.git" }, "type": "module", "main": "lib/index.js", "types": "lib/index.d.ts", "exports": { ".": { "types": "./lib/index.d.ts", "default": "./lib/index.js" }, "./client": "./lib/client.js", "./package.json": "./package.json" }, "files": [ "lib/**/*.js", "lib/**/*.js.map", "lib/**/*.d.ts", "cordis.patch.yml", "README.md", "README.zh-CN.md", "CONTRIBUTING.md", "CHANGELOG.md", "COMPARISON.md", "IMPROVEMENTS.md", "LICENSE" ], "engines": { "node": "^22.19.0 || >=24.0.0" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "inject": ["@deepseek-ai/dsh-client-ui-tool", "@deepseek-ai/dsh-client-ui-sidebar", "@deepseek-ai/dsh-client-ui-conversation"], "platform": "web" } }, "scripts": { "build": "tsc -p tsconfig.build.json && tsdown --config tsdown.config.ts", "typecheck": "tsc -p tsconfig.json --noEmit && tsc -p tsconfig.client.json --noEmit", "test": "vitest run", "check": "npm run typecheck && npm test && npm run build", "prepack": "npm run check" }, "license": "MIT", "dependencies": { "@deepseek-ai/schemastery": "^3.18.1" }, "peerDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/dsh-agent": "^0.1.0-rc.6", "@deepseek-ai/dsh-client-ui-slots": "^0.1.0-rc.6", "@deepseek-ai/dsh-client-ui-sidebar": "^0.1.0-rc.6", "@deepseek-ai/dsh-client-ui-conversation": "^0.1.0-rc.6", "@deepseek-ai/dsh-client-ui-tool": "^0.1.0-rc.6", "@deepseek-ai/dsh-host-webserver": "^0.1.0-rc.6", "@deepseek-ai/dsh-llm": "^0.1.0-rc.6", "@deepseek-ai/dsh-session": "^0.1.0-rc.6", "@deepseek-ai/dsh-tools": "^0.1.0-rc.6", "react": "^18.3.1" }, "devDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/dsh-agent": "^0.1.0-rc.6", "@deepseek-ai/dsh-client-ui-slots": "^0.1.0-rc.6", "@deepseek-ai/dsh-client-ui-sidebar": "^0.1.0-rc.6", "@deepseek-ai/dsh-client-ui-conversation": "^0.1.0-rc.6", "@deepseek-ai/dsh-client-ui-tool": "^0.1.0-rc.6", "@deepseek-ai/dsh-host-webserver": "^0.1.0-rc.6", "@deepseek-ai/dsh-llm": "^0.1.0-rc.6", "@deepseek-ai/dsh-session": "^0.1.0-rc.6", "@deepseek-ai/dsh-system-prompt": "^0.1.0-rc.6", "@deepseek-ai/dsh-tools": "^0.1.0-rc.6", "@types/node": "^24.10.0", "@types/react": "^18.3.18", "react": "^18.3.1", "tsdown": "^0.22.14", "typescript": "^6.0.3", "vitest": "^4.1.8" } }