-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 734 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 734 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
{
"name": "videocompressor",
"version": "1.0.2",
"description": "",
"main": "index.js",
"scripts": {
"start": "electron .",
"build": "electron-packager . --arch=x64"
},
"keywords": [],
"author": "Marage",
"license": "ISC",
"devDependencies": {
"electron": "^19.0.6",
"ffmpeg": "^0.0.4",
"ffmpeg-static": "^5.0.0",
"ffmpeg.js": "^4.2.9003",
"ffprobe": "^1.1.2",
"ffprobe-static": "^3.1.0",
"python-shell": "^3.0.1"
},
"dependencies": {
"electron-packager": "^15.5.1",
"ffmpeg": "^0.0.4",
"ffmpeg-static": "^5.0.0",
"ffmpeg.js": "^4.2.9003",
"ffprobe": "^1.1.2",
"ffprobe-static": "^3.1.0",
"python-shell": "^3.0.1",
"request": "^2.88.2"
}
}