-
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) · 869 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 869 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": "ytdx",
"version": "2.0.0",
"description": "Multi thread YouTube playlist audio downloader",
"main": "index.js",
"bin": {
"ytdx": "index.js"
},
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CodingStudios/ytdx.git"
},
"author": "Lee Chee Yong <tojoeleeofficial@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/CodingStudios/ytdx/issues"
},
"homepage": "https://github.com/CodingStudios/ytdx#readme",
"engines": {
"node": ">=16.2.0"
},
"dependencies": {
"@ffmpeg-installer/ffmpeg": "^1.1.0",
"fluent-ffmpeg": "^2.1.2",
"minimist": "^1.2.8",
"youtube-sr": "^4.3.4",
"ytdl-core": "^4.11.4"
},
"keywords": [
"youtube",
"cli",
"playlist"
]
}