File size: 425 Bytes
1a35ef8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7735b41
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "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"
  }
}