{ "name": "dsh-notifications", "version": "0.2.6", "description": "DeepSeek Harness web notifications for approvals, structured questions, and task outcomes.", "type": "module", "main": "index.js", "exports": { ".": "./index.js", "./client": "./client.js", "./package.json": "./package.json" }, "files": [ "index.js", "lib", "client.js", "cordis.patch.yml", "README.md", "README_en.md", "docs", "LICENSE", "package.json" ], "scripts": { "build": "node scripts/build.mjs", "test": "node --test test/*.test.mjs", "check": "node --check index.js && node --check lib/classifier.js && node --check lib/event-hub.js && node --check src/client.js" }, "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "platform": "web", "inject": [ "@deepseek-ai/dsh-client-runtime", "@deepseek-ai/dsh-client-locale", "@deepseek-ai/dsh-client-ui-slots", "@deepseek-ai/dsh-client-ui-session" ] } }, "keywords": [ "dsh", "deepseek-harness", "notifications", "approval", "web" ], "dependencies": { "schemastery": "^3.18.0" }, "devDependencies": { "esbuild": "^0.25.9" }, "peerDependencies": { "@deepseek-ai/cordis": "^4.0.1", "react": "^18.2.0" }, "license": "MIT" }