{ "name": "@kesike/dsh-start-and-exit", "displayName": "dsh-start&exit", "version": "0.2.7", "type": "module", "description": "在 dsh Web 界面提供启动、退出与重新启动控制,并提供 Windows 前台启动器;WebUI 就绪后最小化终端", "license": "MIT", "scripts": { "test": "node --test" }, "keywords": [ "dsh", "deepseek-harness", "dsh-plugin", "plugin", "web", "exit", "start", "restart", "powershell", "windows", "desktop" ], "homepage": "https://github.com/KeS1Ke/dsh-start-and-exit#readme", "repository": { "type": "git", "url": "git+https://github.com/KeS1Ke/dsh-start-and-exit.git" }, "bugs": { "url": "https://github.com/KeS1Ke/dsh-start-and-exit/issues" }, "main": "lib/index.js", "exports": { ".": "./lib/index.js", "./client": "./lib/client.js", "./cordis.patch.yml": "./cordis.patch.yml", "./package.json": "./package.json" }, "engines": { "node": ">=22.19.0 || >=24.0.0" }, "peerDependencies": { "@deepseek-ai/dsh-api-remotes": "^0.1.1-rc.2", "@deepseek-ai/dsh-client-locale": "^0.1.1-rc.2", "@deepseek-ai/dsh-client-runtime": "^0.1.1-rc.2", "@deepseek-ai/dsh-client-ui-settings": "^0.1.1-rc.2", "@deepseek-ai/dsh-typert-protocol": "^0.1.1-rc.2" }, "files": [ "lib", "cordis.patch.yml", "!README.zh-CN.md" ], "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "inject": [ "@deepseek-ai/dsh-api-remotes", "@deepseek-ai/dsh-client-runtime", "@deepseek-ai/dsh-client-ui-settings", "@deepseek-ai/dsh-client-locale" ], "platform": "web" } } }