UNPKG

@sefinek/google-tts-api

Version:

Google TTS (Text-To-Speech) for Node.js without any vulnerabilities. For free without any API keys!

60 lines (59 loc) 1.46 kB
{ "name": "@sefinek/google-tts-api", "version": "2.1.9", "description": "Google TTS (Text-To-Speech) for Node.js without any vulnerabilities. For free without any API keys!", "keywords": [ "cloud", "google-api-client", "google-api", "google-apis-client", "google-apis", "google-cloud-platform", "google-cloud", "google-texttospeech", "google", "text-to-speech-api", "texttospeech" ], "homepage": "https://github.com/sefinek/google-tts-api#readme", "bugs": { "url": "https://github.com/sefinek/google-tts-api/issues" }, "repository": { "type": "git", "url": "git+https://github.com/sefinek/google-tts-api.git" }, "license": "MIT", "author": "zlargon", "type": "commonjs", "main": "dist/index.js", "types": "dist/index.d.ts", "directories": { "example": "example", "test": "test" }, "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.9.0" }, "devDependencies": { "@eslint/js": "^9.25.1", "globals": "^16.0.0", "is-base64": "^1.1.0", "jest": "^29.7.0", "typescript": "^5.8.3" } }