{ "name": "dsh-workspace-memory", "version": "0.1.0", "description": "Approval-gated workspace instructions and memory for DeepSeek Harness", "keywords": [ "deepseek-harness", "deepseek-harness-plugin", "dsh-plugin", "workspace-memory", "agent-memory", "agents-md", "cross-session-memory", "local-first" ], "homepage": "https://github.com/luyy9apples/dsh-workspace-memory#readme", "bugs": { "url": "https://github.com/luyy9apples/dsh-workspace-memory/issues" }, "repository": { "type": "git", "url": "git+https://github.com/luyy9apples/dsh-workspace-memory.git" }, "license": "MIT", "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", "cordis.patch.yml", "README.md", "README.zh-CN.md", "SECURITY.md", "CHANGELOG.md", "LICENSE" ], "dsh": { "client": { "platform": "web", "inject": [ "@deepseek-ai/dsh-client-ui-conversation" ] }, "bundle": { "patch": "./cordis.patch.yml" } }, "engines": { "node": "^22.19.0 || >=24.0.0" }, "packageManager": "pnpm@11.7.0", "publishConfig": { "access": "public" }, "scripts": { "build": "tsdown", "clean": "node -e \"require('node:fs').rmSync('lib',{recursive:true,force:true})\"", "typecheck": "tsc --noEmit", "test": "vitest run", "verify": "tsc --noEmit && vitest run && tsdown", "prepack": "tsc --noEmit && vitest run && tsdown" }, "dependencies": { "@deepseek-ai/schemastery": "^3.18.1" }, "peerDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/dsh-llm": "^0.1.1-rc.2", "@deepseek-ai/dsh-sandbox-policy": "^0.1.1-rc.2", "@deepseek-ai/dsh-tools": "^0.1.1-rc.2", "@deepseek-ai/dsh-client-ui-conversation": "^0.1.1-rc.2" }, "devDependencies": { "@deepseek-ai/cordis": "4.0.2", "@deepseek-ai/cordis-plugin-include": "1.0.7", "@deepseek-ai/cordis-plugin-loader": "1.0.3", "@deepseek-ai/dsh-agent": "0.1.1-rc.2", "@deepseek-ai/dsh-client-runtime": "0.1.1-rc.2", "@deepseek-ai/dsh-client-ui-conversation": "0.1.1-rc.2", "@deepseek-ai/dsh-fs": "0.1.1-rc.2", "@deepseek-ai/dsh-fs-local": "0.1.1-rc.2", "@deepseek-ai/dsh-fs-sandbox": "0.1.1-rc.2", "@deepseek-ai/dsh-llm": "0.1.1-rc.2", "@deepseek-ai/dsh-sandbox-policy": "0.1.1-rc.2", "@deepseek-ai/dsh-session": "0.1.1-rc.2", "@deepseek-ai/dsh-system-prompt": "0.1.1-rc.2", "@deepseek-ai/dsh-tools": "0.1.1-rc.2", "@deepseek-ai/dsh-user-questions": "0.1.1-rc.2", "@types/node": "^22.20.0", "@types/react": "~18.3.1", "react": "^18.2.0", "tsdown": "^0.22.2", "typescript": "^6.0.3", "vitest": "^4.1.8" } }