google-tts-api
Version:
Google TTS (Text-To-Speech) for node.js
44 lines (43 loc) • 927 B
JSON
{
"name": "google-tts-api",
"version": "2.0.2",
"description": "Google TTS (Text-To-Speech) for node.js",
"main": "dist/index.js",
"scripts": {
"build": "tsc -p .",
"test": "npm run build && jest",
"cover": "npm run build && jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zlargon/google-tts.git"
},
"keywords": [
"google",
"google-tts",
"text-to-speech"
],
"author": "zlargon",
"license": "MIT",
"bugs": {
"url": "https://github.com/zlargon/google-tts/issues"
},
"homepage": "https://github.com/zlargon/google-tts#readme",
"dependencies": {
"axios": "^0.21.0"
},
"devDependencies": {
"coveralls": "^3.1.0",
"is-base64": "^1.1.0",
"jest": "^26.6.3",
"typescript": "^4.1.3"
},
"jest": {
"testEnvironment": "node",
"coverageReporters": [
"lcov",
"text",
"html"
]
}
}