forked from yicujie/funimation-downloader-nx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 949 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
{
"name": "funimation-downloader-nx",
"version": "4.0.3",
"description": "Download videos from Funimation via cli.",
"keywords": [
"download",
"downloader",
"funimation",
"funimationnow",
"util",
"utility",
"cli"
],
"author": "Seiya Loveless",
"homepage": "https://github.com/seiya-dev/funimation-downloader-nx",
"repository": {
"type": "git",
"url": "https://github.com/seiya-dev/funimation-downloader-nx.git"
},
"bugs": {
"url": "https://github.com/seiya-dev/funimation-downloader-nx/issues"
},
"license": "MIT",
"main": "funi.js",
"dependencies": {
"hls-download": "^1.7.1",
"m3u8-parsed": "^1.2.0",
"request": "^2.88.0",
"sei-helper": "^3.0.4",
"socks5-https-client": "^1.2.1",
"ttml2srt": "^1.1.0",
"yaml": "^1.2.1",
"yargs": "^12.0.5"
}
}