Spaces:
Runtime error
Runtime error
{ | |
"name": "noticias-ia-backend", | |
"version": "1.0.0", | |
"description": "Backend para la generación de noticias en video con IA", | |
"main": "server.js", | |
"scripts": { | |
"start": "node server.js" | |
}, | |
"dependencies": { | |
"@google-cloud/text-to-speech": "^5.0.0", | |
"axios": "^1.7.2", | |
"cors": "^2.8.5", | |
"express": "^4.19.2", | |
"multer": "^1.4.5-lts.1", | |
"sharp": "^0.33.4", | |
"uuid": "^10.0.0" | |
} | |
} | |