{ "name": "dsh-voice-talk", "version": "0.1.1", "description": "Voice conversation mode for the DeepSeek Harness Web GUI: mic input with auto-submit, streaming spoken readout of replies, and a hands-free multi-turn loop with barge-in.", "type": "module", "main": "lib/index.js", "exports": { ".": "./lib/index.js", "./client": "./lib/client.js", "./package.json": "./package.json" }, "files": [ "lib/index.js", "lib/client.js", "cordis.patch.yml", "README.md", "LICENSE" ], "dsh": { "bundle": { "patch": "./cordis.patch.yml" }, "client": { "inject": [ "@deepseek-ai/dsh-client-runtime" ], "platform": "web" } }, "scripts": { "build": "node scripts/build.mjs", "typecheck": "tsc --noEmit", "test:utterance": "node scripts/check-utterance.mjs", "prepare": "node scripts/build.mjs" }, "dependencies": { "schemastery": "^3.18.0", "ws": "^8.21.3" }, "peerDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/dsh-credentials": "^0.1.0-rc.7", "@deepseek-ai/dsh-settings": "^0.1.0-rc.7" }, "devDependencies": { "@deepseek-ai/cordis": "^4.0.1", "@deepseek-ai/dsh-api-remotes": "^0.1.0-rc.8", "@deepseek-ai/dsh-client-connection": "^0.1.0-rc.8", "@deepseek-ai/dsh-client-runtime": "^0.1.0-rc.7", "@deepseek-ai/dsh-client-ui-conversation": "^0.1.0-rc.7", "@deepseek-ai/dsh-client-ui-layout": "^0.1.0-rc.8", "@deepseek-ai/dsh-client-ui-settings-plugins": "^0.1.0-rc.8", "@deepseek-ai/dsh-client-ui-slots": "^0.1.0-rc.7", "@deepseek-ai/dsh-credentials": "^0.1.0-rc.8", "@deepseek-ai/dsh-host-webserver": "^0.1.0-rc.8", "@deepseek-ai/dsh-settings": "^0.1.0-rc.7", "@deepseek-ai/dsh-system-prompt": "^0.1.0-rc.7", "@types/node": "^22.20.1", "@types/react": "~18.3.1", "@types/react-dom": "~18.3.0", "@types/ws": "^8.18.1", "esbuild": "^0.24.0", "lottie-web": "^5.13.0", "react": "^18.2.0", "react-dom": "^18.3.1", "typescript": "~5.7.2" }, "keywords": [ "deepseek-harness", "dsh", "dsh-plugin", "voice", "speech", "tts" ], "license": "MIT", "author": "duoduoqian708", "repository": { "type": "git", "url": "git+https://github.com/duoduoqian708/dsh-voice-talk.git" }, "bugs": { "url": "https://github.com/duoduoqian708/dsh-voice-talk/issues" }, "homepage": "https://github.com/duoduoqian708/dsh-voice-talk#readme", "publishConfig": { "access": "public" } }