forked from xxxily/ffmpeg-script
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 987 Bytes
/
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
{
"name": "ffmpeg-script",
"version": "0.0.3",
"description": "ffmpeg-script",
"main": "bin/index.js",
"scripts": {
"start": "node bin/index.js"
},
"bin": {
"flv2mp4": "./bin/flvToMp4.js",
"flvtomp4": "./bin/flvToMp4.js",
"audioVideoMerger": "./bin/audioVideoMerger.js",
"avm": "./bin/audioVideoMerger.js"
},
"author": "Blaze",
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"homepage": "https://github.com/xxxily/ffmpeg-script",
"repository": "https://github.com/xxxily/ffmpeg-script",
"git": "",
"bugs": {
"url": "https://github.com/xxxily/ffmpeg-script/issues"
},
"dependencies": {
"chokidar": "^3.5.3",
"commander": "^9.4.1",
"cron": "^1.8.2",
"dayjs": "^1.11.0",
"fast-glob": "^3.2.11",
"fs-extra": "^10.0.1",
"glob": "^7.2.0",
"inquirer": "^8.0.0",
"shelljs": "^0.8.5"
},
"devDependencies": {},
"engines": {
"node": ">= 12.0.0",
"npm": ">= 6.0.0"
}
}