-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.2 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
46
47
48
49
50
51
52
53
54
55
56
{
"name": "ffmpeg-concat",
"version": "1.2.5",
"description": "Concats a list of videos together using ffmpeg with sexy OpenGL transitions.",
"repository": "transitive-bullshit/ffmpeg-concat",
"author": "Travis Fischer <travis@transitivebullsh.it>",
"license": "MIT",
"main": "index.js",
"bin": {
"ffmpeg-concat": "lib/cli.js"
},
"engines": {
"node": ">=10.13.0"
},
"scripts": {
"test": "ava -v && standard"
},
"keywords": [
"ffmpeg",
"fluent-ffmpeg",
"opengl",
"gl",
"gl-transition",
"transition",
"concat",
"concatenate",
"video"
],
"devDependencies": {
"ava": "^1.4.1",
"standard": "^12.0.1"
},
"dependencies": {
"commander": "^5.1.0",
"ffmpeg-on-progress": "^1.0.0",
"ffmpeg-probe": "^1.0.6",
"fluent-ffmpeg": "^2.1.2",
"fs-extra": "^9.0.0",
"get-pixels": "^3.3.2",
"gl": "^4.5.0",
"gl-buffer": "^2.1.2",
"gl-texture2d": "^2.1.0",
"gl-transition": "^1.13.0",
"left-pad": "^1.3.0",
"ndarray": "^1.0.18",
"p-map": "^4.0.0",
"p-race": "^2.1.0",
"rmfr": "^2.0.0",
"sharp": "^0.25.2",
"tempy": "^0.5.0",
"url-parse": "^1.4.4"
},
"ava": {
"failFast": true
}
}