-
-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
44 lines (44 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
43
44
{
"name": "gsap-video-export",
"version": "2.1.0",
"description": "Export GreenSock (GSAP) animation to video.",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"video",
"gsap",
"greensock",
"animation"
],
"repository": {
"type": "git",
"url": "git+https://github.com/workeffortwaste/gsap-video-export.git"
},
"bin": {
"gsap-video-export": "cli.js"
},
"bugs": {
"url": "https://github.com/workeffortwaste/gsap-video-export/issues"
},
"homepage": "https://github.com/workeffortwaste/gsap-video-export",
"author": "Chris Johnson (https://defaced.dev)",
"license": "MIT",
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"cli-progress": "^3.12.0",
"eslint": "^9.15.0",
"fluent-ffmpeg": "^2.1.3",
"neostandard": "^0.11.8",
"pngjs": "^7.0.0",
"find-chrome-bin": "^2.0.2",
"puppeteer": "npm:rebrowser-puppeteer@^23.6.101",
"rgb-hex": "^4.1.0",
"string-argv": "^0.3.2",
"timeweb": "^0.3.2",
"tmp": "^0.2.3",
"yargs": "^17.7.2"
}
}