-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 743 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "qrrate",
"version": "2.0.0",
"description": "This is a web application that can convert any type of file into a video and then can be uploaded to Youtube and therefore geting unlimited cloud storage. This is the second official revision of the qrrate application previously created.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "K-Daksh",
"license": "ISC",
"dependencies": {
"adm-zip": "^0.5.10",
"chokidar": "^3.5.3",
"express": "^4.18.2",
"express-fileupload": "^1.4.0",
"ffmpeg": "^0.0.4",
"fluent-ffmpeg": "^2.1.2",
"fs": "^0.0.1-security",
"jimp": "^0.22.10",
"progress": "^2.0.3"
},
"devDependencies": {}
}