1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20{
"name": "tts-api",
"version": "1.0.0",
"description": "Free, minimal, CORS-friendly Google Translate Text to Speech API with pitch and speed modifier using ffmpeg",
"author": "sglkc",
"license": "MIT",
"main": "api.js",
"type": "module",
"scripts": {
"dev": "node --watch-preserve-output --watch api.js",
"start": "node api.js"
},
"dependencies": {
"@sefinek/google-tts-api": "^2.1.5",
"fastify": "^4.28.1",
"fluent-ffmpeg": "^2.1.3",
"google-translate-api-x": "^10.7.2"
}
}