@sefinek/google-tts-api
Version:
Google TTS (Text-To-Speech) for Node.js.
46 lines (45 loc) • 1.08 kB
JSON
{
"name": "@sefinek/google-tts-api",
"version": "2.1.4",
"description": "Google TTS (Text-To-Speech) for Node.js.",
"keywords": [
"tts",
"google",
"google-tts",
"text-to-speech",
"google-text-to-speech"
],
"homepage": "https://github.com/sefinek24/google-tts-api#readme",
"bugs": {
"url": "https://github.com/sefinek24/google-tts-api/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sefinek24/google-tts-api.git"
},
"license": "MIT",
"author": "zlargon",
"main": "dist/index.js",
"scripts": {
"build": "tsc -p .",
"cover": "npm run build && jest --coverage",
"test": "npm run build && jest",
"up": "ncu -u && npm install && npm update && npm audit fix"
},
"jest": {
"coverageReporters": [
"lcov",
"text",
"html"
],
"testEnvironment": "node"
},
"dependencies": {
"axios": "^1.6.7"
},
"devDependencies": {
"is-base64": "^1.1.0",
"jest": "^29.7.0",
"typescript": "^5.4.2"
}
}