mstts-js
Version:
a library for get free mstts service
31 lines (30 loc) • 735 B
JSON
{
"name": "mstts-js",
"version": "0.9.6",
"description": "a library for get free mstts service",
"main": "index.js",
"bin": {
"mstts":"index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ezshine/mstts-js.git"
},
"keywords": ["文本转语音","TTS","TextToSpeech"],
"author": "大帅老猿",
"license": "MIT",
"bugs": {
"url": "https://github.com/ezshine/mstts-js/issues"
},
"homepage": "https://github.com/ezshine/mstts-js#readme",
"dependencies": {
"axios": "^0.26.1",
"inquirer": "^8.2.4",
"minimist": "^1.2.6",
"nodejs-websocket": "^1.7.2",
"uuid": "^8.3.2"
}
}