{ "name": "@ly028716/dsh-memory-plugin", "version": "1.0.0", "description": "DSH Memory Plugin - Intelligent memory system for tracking user preferences and habits", "repository": { "type": "git", "url": "https://github.com/ly028716/dsh-memory-plugin.git" }, "homepage": "https://github.com/ly028716/dsh-memory-plugin#readme", "bugs": { "url": "https://github.com/ly028716/dsh-memory-plugin/issues" }, "main": "index.js", "publishConfig": { "access": "public" }, "engines": { "node": ">=20" }, "files": [ "config.js", "cordis.patch.yml", "index.js", "limits.js", "memory-manager.js", "privacy.js", "storage.js", "README.md", "README.en.md", "USAGE.md", "INSTALL.md", "viewer.html", "premium-viewer.html", "open-viewer.cmd", "LICENSE" ], "scripts": { "test": "jest", "test:integration": "node test-integration.js", "test:install": "node test-install.js", "test:quick": "node test-quick.js", "test:package": "node test-package.js", "test:pinned-commit": "node test-pinned-commit.js", "test:dsh-e2e": "node test-dsh-e2e.js", "check": "node --check index.js && node --check config.js && node --check limits.js && node --check storage.js && node --check memory-manager.js && node --check privacy.js", "test:watch": "jest --watch", "test:coverage": "jest --coverage" }, "keywords": [ "dsh", "plugin", "memory", "preferences", "tracking", "dsh-plugin", "deepseek-harness", "ai", "developer-tools", "context-memory" ], "author": "ly028716", "license": "MIT", "devDependencies": { "jest": "^29.7.0" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" } } }