{ "name": "dsh-whale-desktop-launcher", "version": "0.1.0", "description": "Windows desktop launcher for DeepSeek Harness with a whale-girl icon and a clean Chromium app-mode window.", "type": "module", "main": "./lib/index.js", "exports": { ".": "./lib/index.js", "./package.json": "./package.json" }, "files": [ "assets", "lib", "src", "scripts", "cordis.patch.yml", "README.md", "README.zh-CN.md", "LICENSE", "ASSET_LICENSE.md", "NOTICE" ], "scripts": { "build:launcher": "powershell.exe -NoProfile -ExecutionPolicy Bypass -File scripts/build-launcher.ps1", "test": "node --test && node scripts/verify-package.mjs", "pack:check": "npm pack --dry-run" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" } }, "peerDependencies": { "@deepseek-ai/cordis": "^4.0.1" }, "engines": { "node": ">=22.19.0" }, "keywords": [ "deepseek-harness", "dsh", "dsh-plugin", "windows", "desktop-launcher" ], "repository": { "type": "git", "url": "git+https://github.com/HUITianYi/dsh-whale-desktop-launcher.git" }, "license": "MIT" }