humanchat-sdk 1.0.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,20 @@
1
+ {
2
+ "name": "humanchat-sdk",
3
+ "version": "1.0.0",
4
+ "description": "本款产品专为解决H5页面或小程序嵌入数字人进行实时的语音播报,同时也可以通过麦克风进行实时语音问答。",
5
+ "main": "index.common.js",
6
+ "scripts": {
7
+ "test": "echo \"Error: no test specified\" && exit 1"
8
+ },
9
+ "dependencies": {
10
+ "@microsoft/fetch-event-source": "^2.0.1",
11
+ "axios": "^1.8.3",
12
+ "crypto-js": "^4.2.0",
13
+ "pcm-player": "0.0.18",
14
+ "pinyin-pro": "^3.26.0",
15
+ "recorder-core": "^1.3.25011100"
16
+ },
17
+ "keywords": [],
18
+ "author": "",
19
+ "license": "ISC"
20
+ }