@minto-ai/huoshan-mp-tts
Version:
借助“火山引擎在线语音合成API”实现微信小程序端“文本转语音
28 lines • 618 B
JSON
{
"name": "@minto-ai/huoshan-mp-tts",
"type": "module",
"version": "1.0.31",
"description": "借助“火山引擎在线语音合成API”实现微信小程序端“文本转语音",
"author": "hcc",
"license": "ISC",
"keywords": [
"TTS",
"文本转语音",
"火山引擎"
],
"publishConfig": {
"access": "public"
},
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "vite build",
"up": "gulp --gulpfile ../../gulpfile.cjs --cwd ./"
},
"dependencies": {
"@minto-ai/text-stream-slicer": "^1.0.2"
}
}