tts-googlehome
Version:
text-to-speech with GoogleHome
28 lines (27 loc) • 589 B
JSON
{
"name": "tts-googlehome",
"version": "0.9.2",
"description": "text-to-speech with GoogleHome",
"main": "index.js",
"scripts": {
"test": "npx jest"
},
"repository": {
"type": "git",
"url": "https://github.com/mganeko/tts_googlehome.git"
},
"keywords": [
"text-to-speach",
"googlehome"
],
"homepage": "https://github.com/mganeko/tts_googlehome/blob/main/README.md",
"author": "mganeko",
"license": "MIT",
"dependencies": {
"castv2-client": "^1.2.0",
"google-tts-api": "^2.0.0"
},
"devDependencies": {
"jest": "^26.6.3"
}
}