-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 988 Bytes
/
package.json
File metadata and controls
45 lines (45 loc) · 988 Bytes
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": "@rethink-js/alpha-video-cli",
"version": "1.2.0",
"description": "Rethink CLI to convert PNG frame sequences with alpha into WebM + HEVC transparent videos and a ready-to-use HTML preview (macOS only).",
"bin": {
"rt-alpha-video": "./cli.js"
},
"type": "commonjs",
"main": "cli.js",
"author": "Rethink JS",
"license": "MIT",
"engines": {
"node": ">=16.0.0"
},
"keywords": [
"video",
"alpha",
"transparent",
"webm",
"hevc",
"cli",
"ffmpeg",
"rethink"
],
"files": [
"cli.js",
"README.md"
],
"dependencies": {
"cli-progress": "^3.12.0",
"minimist": "^1.2.8",
"picocolors": "^1.0.0"
},
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "https://github.com/Rethink-JS/alpha-video-cli.git"
},
"bugs": {
"url": "https://github.com/Rethink-JS/alpha-video-cli/issues"
},
"homepage": "https://github.com/Rethink-JS/alpha-video-cli"
}