-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 956 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 956 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
{
"name": "converter-api",
"version": "1.0.0",
"description": "A simple API for uploading and converting media files using Express, FFmpeg, and Sharp.",
"main": "app.js",
"scripts": {
"start": "node app.js"
},
"keywords": [
"express",
"sharp",
"ffmpeg",
"multer",
"file-upload",
"media-converter",
"api"
],
"author": "Nazedev",
"license": "MIT",
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@ffprobe-installer/ffprobe": "^1.1.0",
"attp-generator": "^1.0.3",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"fluent-ffmpeg": "^2.1.2",
"generator-fake": "^1.0.3",
"https": "^1.0.0",
"mime-types": "^3.0.1",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"node-cron": "^3.0.3",
"node-fetch": "^2.6.1",
"qc-generator-whatsapp": "^1.0.17",
"sharp": "^0.33.4",
"ultimate-text-to-image": "^1.0.1"
}
}