-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
42 lines (42 loc) · 1.11 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
{
"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/apfjunior/video-maker.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/apfjunior/video-maker/issues"
},
"homepage": "https://github.com/apfjunior/video-maker#readme",
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.0.20",
"@ffprobe-installer/ffprobe": "^1.0.12",
"algorithmia": "^0.3.10",
"express": "^4.17.1",
"ffmpeg": "0.0.4",
"ffprobe": "^1.1.0",
"gm": "^1.23.1",
"googleapis": "^48.0.0",
"ibm-watson": "^5.4.0",
"image-downloader": "^3.5.0",
"open": "^7.0.3",
"readline-sync": "^1.4.10",
"sbd": "^1.0.17",
"videoshow": "^0.1.12",
"watson-developer-cloud": "^4.0.1"
},
"devDependencies": {
"eslint": "^7.4.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"prettier": "^2.0.5"
}
}