forked from filipedeschamps/video-maker
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.26 KB
/
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
{
"name": "video-maker",
"version": "1.0.0",
"description": "Projeto open source para fazer vídeos automatizados",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/filipedeschamps/video-maker.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/filipedeschamps/video-maker/issues"
},
"homepage": "https://github.com/filipedeschamps/video-maker#readme",
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.0.17",
"@ffprobe-installer/ffprobe": "^1.0.10",
"@google-cloud/text-to-speech": "^0.5.1",
"algorithmia": "^0.3.10",
"audioconcat": "^0.1.3",
"download-file": "^0.1.5",
"express": "^4.16.4",
"fluent-ffmpeg": "^2.1.2",
"get-audio-duration": "^1.0.0",
"gm": "^1.23.1",
"google-trends-api": "^4.9.0",
"google-tts-api": "0.0.4",
"googleapis": "^38.0.0",
"image-downloader": "^3.4.2",
"mp3-duration": "^1.1.0",
"mysql": "^2.17.1",
"puppeteer": "^5.3.0",
"readline-sync": "^1.4.9",
"rimraf": "^2.6.3",
"rss-parser": "^3.7.1",
"sbd": "^1.0.14",
"sqlite3": "^4.0.8",
"videoshow": "^0.1.11",
"watson-developer-cloud": "^3.18.2"
}
}