{ "name": "@machine-126/dsh-alert-sound", "version": "0.3.13", "scripts": { "prepublishOnly": "node --check lib/index.mjs && node --check lib/client.js" }, "publishConfig": { "access": "public" }, "description": "DSH web GUI notification alerts: distinct synthesized tones or a spoken voice (zh/en) for 'needs approval', 'needs answer', 'output complete' and 'error', with per-type sound, enable, volume, repeat, browser notifications and an i18n interface-language setting.", "repository": { "type": "git", "url": "git+https://github.com/Machine-126/dsh-alert-sound.git" }, "homepage": "https://github.com/Machine-126/dsh-alert-sound#readme", "bugs": { "url": "https://github.com/Machine-126/dsh-alert-sound/issues" }, "type": "module", "main": "lib/index.mjs", "exports": { ".": { "default": "./lib/index.mjs" }, "./client": "./lib/client.js", "./cordis.patch.yml": "./cordis.patch.yml", "./package.json": "./package.json" }, "files": [ "lib", "cordis.patch.yml", "README.md", "README.en.md", "ROADMAP.md", "CHANGELOG.md", "SECURITY.md", "LICENSE" ], "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "platform": "web", "inject": [ "@deepseek-ai/dsh-client-runtime", "@deepseek-ai/dsh-client-connection", "@deepseek-ai/dsh-client-ui-slots" ] } }, "peerDependencies": { "@deepseek-ai/cordis": "^4.0.1", "react": "^18.2.0" }, "keywords": [ "dsh", "dsh-plugin", "notification", "sound", "chime", "voice", "web-ui" ], "license": "MIT" }