forked from fent/node-ytdl-core
-
-
Notifications
You must be signed in to change notification settings - Fork 56
/
package.json
54 lines (54 loc) · 1.45 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
{
"name": "@distube/ytdl-core",
"description": "DisTube fork of ytdl-core. YouTube video downloader in pure javascript.",
"keywords": [
"youtube",
"video",
"download",
"distube"
],
"version": "4.15.8",
"repository": {
"type": "git",
"url": "git://github.com/distubejs/ytdl-core.git"
},
"author": "Skick (https://github.com/skick1234)",
"contributors": [
"fent <fentbox@gmail.com> (https://github.com/fent)",
"Tobias Kutscha (https://github.com/TimeForANinja)",
"Andrew Kelley (https://github.com/andrewrk)",
"Mauricio Allende (https://github.com/mallendeo)",
"Rodrigo Altamirano (https://github.com/raltamirano)",
"Jim Buck (https://github.com/JimmyBoh)",
"Pawel Rucinski (https://github.com/Roki100)",
"Alexander Paolini (https://github.com/Million900o)"
],
"main": "./lib/index.js",
"types": "./typings/index.d.ts",
"files": [
"lib",
"typings"
],
"scripts": {
"prettier": "prettier --write \"**/*.{js,json,yml,md,ts}\""
},
"dependencies": {
"http-cookie-agent": "^6.0.8",
"https-proxy-agent": "^7.0.6",
"m3u8stream": "^0.8.6",
"miniget": "^4.2.3",
"sax": "^1.4.1",
"tough-cookie": "^4.1.4",
"undici": "five"
},
"devDependencies": {
"@types/node": "^22.10.2",
"prettier": "^3.4.2",
"typescript": "^5.7.2"
},
"engines": {
"node": ">=14.0"
},
"license": "MIT",
"funding": "https://github.com/distubejs/ytdl-core?sponsor"
}