-
-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
45 lines (45 loc) · 926 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
42
43
44
45
{
"name": "fem-dl",
"version": "0.1.7",
"description": "Frontend Masters Downloader",
"main": "src/index.js",
"scripts": {
"start": "node src/index.js"
},
"bin": {
"fem-dl": "src/index.js"
},
"type": "module",
"dependencies": {
"@dropb/ffmpeg-progress": "^2.0.0",
"fetch-cookie": "^2.1.0",
"fetch-retry": "^5.0.3",
"ffmpeg-static": "^5.1.0",
"kleur": "^4.1.5",
"node-fetch": "^3.2.10",
"ora": "^6.1.2",
"prompts": "^2.4.2"
},
"engines": {
"node": ">=16"
},
"homepage": "https://github.com/abdulrahman1s/fem-dl#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/abdulrahman1s/fem-dl.git"
},
"bugs": {
"url": "https://github.com/abdulrahman1s/fem-dl/issues"
},
"license": "UNLICENSE",
"files": [
"src/*"
],
"keywords": [
"frontendmasters",
"fem",
"downloader",
"cli",
"courses"
]
}