-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.32 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
{
"name": "quran-reels",
"version": "1.0.0",
"type": "module",
"description": "",
"main": "index.js",
"scripts": {
"dev": "cross-env NODE_NEV=development nodemon ./index.js",
"start": "node ./index.js",
"lint": "eslint .",
"prepare": "husky install"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@aws-sdk/client-s3": "^3.540.0",
"@aws-sdk/lib-storage": "^3.540.0",
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"@ffprobe-installer/ffprobe": "^2.1.2",
"ansi-colors": "^4.1.3",
"axios": "^1.6.7",
"canvas": "^2.10.2",
"chalk": "^5.3.0",
"cli-progress": "^3.12.0",
"dotenv": "^16.4.5",
"ffmpeg": "^0.0.4",
"fluent-ffmpeg": "^2.1.2",
"gradient-string": "^2.0.2",
"inquirer": "^9.2.17",
"ora": "^8.0.1",
"sharp": "^0.33.3",
"slideshow-video": "^1.0.2",
"terminal-link": "^3.0.0",
"uuid": "^9.0.1",
"yaml": "^2.4.1"
},
"devDependencies": {
"@types/inquirer": "^9.0.7",
"cross-env": "^7.0.3",
"eslint": "^8.57.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^8.0.0",
"lint-staged": "^15.2.2",
"nodemon": "^3.1.0",
"pnpm": "^8.15.4",
"prettier": "^3.2.5"
}
}