forked from zodman/hidive-downloader-nx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 872 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
{
"name": "hidive-downloader-nx",
"version": "1.1.0",
"description": "Download videos from HIDIVE via cli.",
"keywords": [
"download",
"downloader",
"hidive",
"util",
"utility",
"cli"
],
"author": "Seiya Loveless",
"homepage": "https://github.com/seiya-dev/hidive-downloader-nx",
"repository": {
"type": "git",
"url": "https://github.com/seiya-dev/hidive-downloader-nx.git"
},
"bugs": {
"url": "https://github.com/seiya-dev/hidive-downloader-nx/issues"
},
"license": "MIT",
"main": "hidive.js",
"dependencies": {
"hls-download": "^1.5.2",
"m3u8-parsed": "^1.2.0",
"request": "^2.88.0",
"sei-helper": "^2.1.2",
"socks5-https-client": "^1.2.1",
"yaml": "^1.0.3",
"yargs": "^12.0.5"
}
}