infobot-sber-tts
Version:
Node.JS library for Sber SmartSpeech Text-To-Speech
43 lines (42 loc) • 959 B
JSON
{
"name": "infobot-sber-tts",
"version": "1.0.2",
"description": "Node.JS library for Sber SmartSpeech Text-To-Speech",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/infobot-pro/infobot-sber-tts.git"
},
"keywords": [
"sber",
"smartspeech",
"tts",
"text-to-speech",
"speech synthesis"
],
"author": {
"name": "INFOBOT LLC"
},
"contributors": [
{
"name": "Aleksey Kudakov",
"email": "cto@infobot.pro"
}
],
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/infobot-pro/infobot-sber-tts/issues"
},
"homepage": "https://github.com/infobot-pro/infobot-sber-ts#readme",
"dependencies": {
"jsonwebtoken": "^8.5.1",
"axios": "^1.2.0",
"uuid": "^9.0.0"
}
}