{ "name": "@bill9109/dsh-web-ui-notify", "version": "0.1.3", "description": "Desktop notifications for DeepSeek Harness approvals, questions, and turn completion — so neither DSH nor you end up waiting while you browse another tab.", "keywords": [ "deepseek", "deepseek-harness", "dsh-plugin", "dsh-bundle", "web-ui", "desktop-notification", "approval", "notify" ], "type": "module", "main": "./lib/index.js", "types": "./lib/types/index.d.ts", "exports": { ".": { "types": "./lib/types/index.d.ts", "default": "./lib/index.js" }, "./client": "./lib/client.js", "./cordis.patch.yml": "./cordis.patch.yml", "./package.json": "./package.json" }, "files": [ "lib", "src", "cordis.patch.yml", "README.md", "README.zh.md", "README.i18n.yaml", "CHANGELOG.md", "LICENSE" ], "license": "BSD-3-Clause", "engines": { "node": "^20.0.0 || >=22.0.0" }, "repository": { "type": "git", "url": "git+https://github.com/bill9109/dsh-web-ui-notify.git" }, "homepage": "https://github.com/bill9109/dsh-web-ui-notify#readme", "bugs": { "url": "https://github.com/bill9109/dsh-web-ui-notify/issues" }, "scripts": { "build": "node scripts/build.mjs", "test": "vitest run", "verify:i18n": "node scripts/verify-i18n.mjs" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "inject": [ "@deepseek-ai/dsh-client-ui-slots" ], "platform": "web" } } }