@oadank/dsh-input-tools 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,33 @@
1
+ {
2
+ "name": "@oadank/dsh-input-tools",
3
+ "version": "0.2.0",
4
+ "private": false,
5
+ "type": "module",
6
+ "main": "lib/index.js",
7
+ "exports": {
8
+ ".": { "default": "./lib/index.js" },
9
+ "./client": { "default": "./lib/client.js" },
10
+ "./package.json": "./package.json"
11
+ },
12
+ "files": [
13
+ "lib",
14
+ "README.md",
15
+ "cordis.patch.yml"
16
+ ],
17
+ "dsh": {
18
+ "client": {
19
+ "inject": [
20
+ "@deepseek-ai/dsh-client-runtime"
21
+ ],
22
+ "platform": "web"
23
+ }
24
+ },
25
+ "dependencies": {
26
+ "@deepseek-ai/dsh-tools": "^0.1.0-rc.8",
27
+ "ws": "*"
28
+ },
29
+ "publishConfig": {
30
+ "access": "public"
31
+ },
32
+ "description": "DSH 语音能力一体化插件(单包双入口):host=语音工具/TTS六引擎/ASR/克隆/自动回复;client=输入框工具条/语音设置页/复制按钮。npm 安装后 cordis.patch.yml 注册 @oadank/dsh-input-tools 即可"
33
+ }