-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
46 lines (46 loc) · 861 Bytes
/
package.json
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
{
"name": "tts-api",
"version": "2.6.1",
"description": "Text to speech REST API for multiple TTS engines",
"keywords": [
"text-to-speech",
"tts",
"speech",
"voice",
"rest-api",
"api"
],
"homepage": "https://github.com/pedroetb/tts-api",
"license": "MIT",
"author": "Pedro Trujillo",
"contributors": [
{
"name": "Pedro Trujillo",
"email": "[email protected]"
}
],
"main": "app",
"repository": {
"type": "git",
"url": "https://github.com/pedroetb/tts-api.git"
},
"scripts": {
"start": "node app"
},
"dependencies": {
"alertifyjs": "^1.13.1",
"body-parser": "^1.20.2",
"bootstrap": "^4.6.2",
"express": "^4.18.3",
"pug": "^3.0.2"
},
"files": [
"app",
"views",
"js"
],
"engines": {
"node": ">=18.19.1",
"npm": ">=10.2.4"
}
}