-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.2 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
53
54
55
56
57
58
59
60
61
{
"name": "downlib",
"version": "1.2.7",
"description": "A powerful library for downloading videos and files from various platforms.",
"main": "src/Downlib.js",
"type": "module",
"scripts": {
"postinstall": "node postinstall.js",
"push": "npm publish",
"test": "node test.js"
},
"keywords": [
"downloader",
"videos",
"files",
"YouTube",
"Twitter",
"yt-dlp",
"download",
"media",
"audio",
"mp4",
"mp3",
"video downloader",
"file downloader",
"social media",
"multimedia",
"content",
"video conversion",
"file conversion",
"streaming",
"media download",
"open source",
"utility",
"tool",
"CLI",
"web scraping",
"video processing"
],
"repository": {
"type": "git",
"url": "https://github.com/rn0x/downlib"
},
"bugs": {
"url": "https://github.com/rn0x/downlib/issues"
},
"homepage": "https://github.com/rn0x/downlib#readme",
"author": {
"name": "ryan almalki",
"url": "https://github.com/rn0x"
},
"license": "MIT",
"engines": {
"node": ">=14.0.0"
},
"dependencies": {
"axios": "^1.7.2",
"cheerio": "^1.0.0-rc.12",
"file-type": "^19.0.0"
}
}