-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.14 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "smartvoice",
"version": "1.0.0",
"description": "Una herramienta de síntesis de voz que permite a la IA generar habla a partir de texto utilizando técnicas de aprendizaje automático.",
"main": "index.js",
"scripts": {
"start": "nodemon app.js --key=$(cat ~/.claves/google.json)",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fcabanilla/smartVoice.git"
},
"keywords": [
"síntesis",
"de",
"voz",
"aprendizaje",
"automático",
"texto",
"a",
"habla",
"habla",
"natural",
"voz",
"personalizada",
"IA"
],
"author": "fcabanilla",
"license": "MIT",
"bugs": {
"url": "https://github.com/fcabanilla/smartVoice/issues"
},
"homepage": "https://github.com/fcabanilla/smartVoice#readme",
"devDependencies": {
"nodemon": "^2.0.20"
},
"dependencies": {
"@google-cloud/text-to-speech": "^4.0.4",
"express": "^4.18.2",
"google-tts-api": "^2.0.2",
"nunjucks": "^3.2.3",
"swagger-jsdoc": "^6.2.5",
"swagger-ui-express": "^4.6.0",
"tts-api": "^2.5.1"
}
}