{ "name": "dsh-identity-control-roy", "version": "0.1.0", "description": "DSH 自定义人设控制插件:在对话输入栏旁填写人设文本,开启后新对话自动带上,可随时开关。", "type": "module", "main": "lib/index.mjs", "files": [ "lib", "cordis.patch.yml", "README.md" ], "exports": { ".": "./lib/index.mjs", "./client": "./lib/client.js", "./cordis.patch.yml": "./cordis.patch.yml", "./package.json": "./package.json" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "platform": "web" } }, "scripts": { "test": "node --check lib/index.mjs && node --check lib/client.js" }, "repository": { "type": "git", "url": "git+https://github.com/orpheus0829/dsh-identity-control.git" }, "homepage": "https://github.com/orpheus0829/dsh-identity-control#readme", "bugs": { "url": "https://github.com/orpheus0829/dsh-identity-control/issues" }, "keywords": [ "deepseek-harness", "dsh", "dsh-plugin", "persona", "identity-control" ], "author": "Roy", "license": "MIT", "dependencies": { "schemastery": "^3.18.0" } }