-
Notifications
You must be signed in to change notification settings - Fork 19
/
package.json
34 lines (34 loc) · 912 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
{
"name": "vide-to-speech-api-json",
"version": "0.0.1",
"description": "Generates google speech api response from any video using google cloud functions and google cloud storage",
"keywords": [
"google speech api",
"speech",
"cloud-functions",
"cloud functions",
"google cloud storage",
"cloud storage",
"cloud-storage",
"gcs",
"video",
"video to speech"
],
"main": "app.js",
"scripts": {
"deploy": "node deploy.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Abhishek Jain <[email protected]>",
"license": "SEE LICENSE IN LICENSE",
"repository": {
"type": "git",
"url": "[email protected]:Abhi347/vid-to-speech-api-json.git"
},
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.0.20",
"@google-cloud/speech": "^1.1.0",
"@google-cloud/storage": "^1.6.0",
"fluent-ffmpeg": "^2.1.2"
}
}