{ "name": "dsh-mnemosyne-memory", "version": "1.4.0", "description": "Mnemosyne \u6c38\u4e45\u8bb0\u5fc6\u63d2\u4ef6 - \u4e3a DSH \u63d0\u4f9b\u957f\u671f\u8bb0\u5fc6\u3001\u5411\u91cf\u641c\u7d22\u548c LLM \u53cd\u601d\u529f\u80fd", "type": "module", "main": "./src/plugin.js", "main": "./lib/index.js", "exports": { ".": { "default": "./lib/index.js" }, "./core": { "default": "./src/mnemosyne/core.js" }, "./tools": { "default": "./src/mnemosyne/tools.js" }, "./client": "./client/client.js" }, "keywords": [ "mnemosyne", "memory", "dsh", "deepseek", "hindsight", "long-term-memory", "vector-search", "llm-reflection" ], "author": "Mnemosyne Contributors", "license": "MIT", "dependencies": { "uuid": "^9.0.0" }, "peerDependencies": { "@deepseek-ai/dsh-tools": "^0.1.0-rc.7", "@deepseek-ai/cordis": "^4.0.1" }, "scripts": { "test": "node --experimental-vm-modules test/plugin.test.mjs", "test:git": "node --experimental-vm-modules test/plugin.test.mjs", "test:watch": "node --watch --experimental-vm-modules test/plugin.test.mjs", "build": "mkdir -p lib && cp client/index.js lib/client.js && cp src/plugin.js lib/plugin.js", "build:client": "mkdir -p lib && cp client/index.js lib/client.js", "install:local": "bash scripts/install.sh web --local", "uninstall": "bash scripts/uninstall.sh" }, "repository": { "type": "git", "url": "https://github.com/fjzzwxp/dsh-mnemosyne-memory.git" }, "bugs": { "url": "https://github.com/fjzzwxp/dsh-mnemosyne-memory/issues" }, "homepage": "https://github.com/fjzzwxp/dsh-mnemosyne-memory", "files": [ "lib", "src", "client", "config", "scripts", "test", "README.md", "LICENSE", "CHANGELOG.md", "cordis.patch.yml" ], "types": "./src/index.d.ts", "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "inject": [ "@deepseek-ai/dsh-client-runtime", "@deepseek-ai/dsh-client-locale", "@deepseek-ai/dsh-client-ui-primitives", "@deepseek-ai/dsh-client-ui-sidebar", "@deepseek-ai/dsh-client-ui-slots" ], "platform": "web" } } }