Initial upload

This commit is contained in:
Chandu
2026-07-04 19:47:59 -04:00
commit c0e3aace8e
7 changed files with 2311 additions and 0 deletions

16
package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "voice-translator-app",
"version": "1.0.0",
"main": "server.js",
"scripts": {
"start": "node server.js"
},
"dependencies": {
"axios": "^1.7.7",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.21.2",
"google-tts-api": "^2.0.1"
}
}