warmaitech-mstts
Version:
a library for get free mstts service
31 lines (30 loc) • 622 B
JSON
{
"name": "warmaitech-mstts",
"version": "1.0.4",
"description": "a library for get free mstts service",
"main": "index.js",
"bin": {
"mstts": "index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"文本转语音",
"TTS",
"TextToSpeech"
],
"author": "WarmAITech",
"license": "MIT",
"dependencies": {
"axios": "^0.26.1",
"inquirer": "^8.2.4",
"minimist": "^1.2.6",
"nodejs-websocket": "^1.7.2",
"uuid": "^8.3.2"
},
"repository": {
"type": "git",
"url": "https://gitcode.net/warmtech/mstts.git"
}
}