@flowingspring/dsh-voco 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json ADDED
@@ -0,0 +1,119 @@
1
+ {
2
+ "name": "@flowingspring/dsh-voco",
3
+ "description": "Voice interaction profile patch layered over dsh-web-app",
4
+ "version": "0.2.0",
5
+ "publishConfig": {
6
+ "access": "public"
7
+ },
8
+ "repository": {
9
+ "type": "git",
10
+ "url": "git+https://github.com/lgquan/dsh-voco.git",
11
+ "directory": "packages/voice-app"
12
+ },
13
+ "type": "module",
14
+ "main": "lib/index.js",
15
+ "types": "lib/types/index.d.ts",
16
+ "exports": {
17
+ ".": {
18
+ "types": "./lib/types/index.d.ts",
19
+ "default": "./lib/index.js"
20
+ },
21
+ "./client": {
22
+ "default": "./lib/client.js"
23
+ },
24
+ "./invariant": {
25
+ "types": "./lib/types/invariant.d.ts",
26
+ "default": "./lib/invariant.js"
27
+ },
28
+ "./llm-tool-call-compat": "./lib/plugins/llm-tool-call-compat.js",
29
+ "./voice": "./lib/plugins/voice.js",
30
+ "./voice-local": "./lib/plugins/voice-local.js",
31
+ "./voice-assistant": "./lib/plugins/voice-assistant.js",
32
+ "./voice-web": "./lib/plugins/voice-web.js",
33
+ "./cordis.patch.yml": "./cordis.patch.yml",
34
+ "./package.json": "./package.json"
35
+ },
36
+ "files": [
37
+ "lib/index.js",
38
+ "lib/invariant.js",
39
+ "lib/client.js",
40
+ "lib/client.js.map",
41
+ "lib/plugins/*.js",
42
+ "cordis.patch.yml",
43
+ "lib/types/**/*.d.ts"
44
+ ],
45
+ "license": "MIT",
46
+ "dsh": {
47
+ "bundle": {
48
+ "patch": "./cordis.patch.yml"
49
+ },
50
+ "client": {
51
+ "inject": [
52
+ "@deepseek-ai/dsh-client-locale",
53
+ "@deepseek-ai/dsh-client-runtime",
54
+ "@deepseek-ai/dsh-client-ui-conversation",
55
+ "@deepseek-ai/dsh-client-ui-layout",
56
+ "@deepseek-ai/dsh-client-ui-sidebar"
57
+ ],
58
+ "platform": "web"
59
+ }
60
+ },
61
+ "dependencies": {
62
+ "@deepseek-ai/schemastery": "^3.18.1",
63
+ "node-edge-tts": "1.2.10",
64
+ "ws": "^8.21.0"
65
+ },
66
+ "peerDependencies": {
67
+ "@deepseek-ai/cordis": "^4.0.1",
68
+ "@deepseek-ai/dsh-agent": "^0.1.1-rc.1",
69
+ "@deepseek-ai/dsh-agent-default-model": "^0.1.1-rc.1",
70
+ "@deepseek-ai/dsh-agent-presets": "^0.1.1-rc.1",
71
+ "@deepseek-ai/dsh-brand": "^0.1.1-rc.1",
72
+ "@deepseek-ai/dsh-client-locale": "^0.1.1-rc.1",
73
+ "@deepseek-ai/dsh-client-runtime": "^0.1.1-rc.1",
74
+ "@deepseek-ai/dsh-client-ui-conversation": "^0.1.1-rc.1",
75
+ "@deepseek-ai/dsh-client-ui-layout": "^0.1.1-rc.1",
76
+ "@deepseek-ai/dsh-client-ui-sidebar": "^0.1.1-rc.1",
77
+ "@deepseek-ai/dsh-client-ui-slots": "^0.1.1-rc.1",
78
+ "@deepseek-ai/dsh-host-webserver": "^0.1.1-rc.1",
79
+ "@deepseek-ai/dsh-invariants": "^0.1.1-rc.1",
80
+ "@deepseek-ai/dsh-llm": "^0.1.1-rc.1",
81
+ "@deepseek-ai/dsh-session": "^0.1.1-rc.1",
82
+ "@deepseek-ai/dsh-session-persistence": "^0.1.1-rc.1",
83
+ "@deepseek-ai/dsh-system-prompt": "^0.1.1-rc.1",
84
+ "@deepseek-ai/dsh-tools": "^0.1.1-rc.1",
85
+ "@deepseek-ai/dsh-workspace": "^0.1.1-rc.1",
86
+ "react": "^18.2.0"
87
+ },
88
+ "devDependencies": {
89
+ "@deepseek-ai/cordis": "^4.0.1",
90
+ "@deepseek-ai/dsh-agent": "^0.1.1-rc.1",
91
+ "@deepseek-ai/dsh-agent-default-model": "^0.1.1-rc.1",
92
+ "@deepseek-ai/dsh-agent-presets": "^0.1.1-rc.1",
93
+ "@deepseek-ai/dsh-brand": "^0.1.1-rc.1",
94
+ "@deepseek-ai/dsh-client-locale": "^0.1.1-rc.1",
95
+ "@deepseek-ai/dsh-client-runtime": "^0.1.1-rc.1",
96
+ "@deepseek-ai/dsh-client-ui-conversation": "^0.1.1-rc.1",
97
+ "@deepseek-ai/dsh-client-ui-layout": "^0.1.1-rc.1",
98
+ "@deepseek-ai/dsh-client-ui-sidebar": "^0.1.1-rc.1",
99
+ "@deepseek-ai/dsh-client-ui-slots": "^0.1.1-rc.1",
100
+ "@deepseek-ai/dsh-host-webserver": "^0.1.1-rc.1",
101
+ "@deepseek-ai/dsh-invariants": "^0.1.1-rc.1",
102
+ "@deepseek-ai/dsh-llm": "^0.1.1-rc.1",
103
+ "@deepseek-ai/dsh-session": "^0.1.1-rc.1",
104
+ "@deepseek-ai/dsh-session-persistence": "^0.1.1-rc.1",
105
+ "@deepseek-ai/dsh-system-prompt": "^0.1.1-rc.1",
106
+ "@deepseek-ai/dsh-tools": "^0.1.1-rc.1",
107
+ "@deepseek-ai/dsh-workspace": "^0.1.1-rc.1",
108
+ "@types/react": "~18.3.1",
109
+ "@types/ws": "^8.18.1",
110
+ "react": "^18.2.0",
111
+ "react-dom": "^18.2.0",
112
+ "@flowingspring/dsh-client-ui-voice": "0.1.2",
113
+ "@flowingspring/dsh-voice-local": "0.1.0",
114
+ "@flowingspring/dsh-llm-tool-call-compat": "0.1.0",
115
+ "@flowingspring/dsh-voice-web": "0.1.2",
116
+ "@flowingspring/dsh-voice": "0.1.2",
117
+ "@flowingspring/dsh-voice-assistant": "0.1.2"
118
+ }
119
+ }