forked from bgette/crunchyroll-downloader-nx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.35 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
{
"name": "crunchyroll-downloader-nx",
"short_name": "crunchy",
"version": "4.23.2",
"description": "Download from Crunchyroll via cli.",
"keywords": [
"util",
"utility",
"download",
"downloader",
"crunchyroll"
],
"author": "AniDL",
"homepage": "https://github.com/anidl/crunchyroll-downloader-nx",
"repository": {
"type": "git",
"url": "https://github.com/anidl/crunchyroll-downloader-nx.git"
},
"bugs": {
"url": "https://github.com/anidl/crunchyroll-downloader-nx/issues"
},
"license": "MIT",
"main": "crunchy.js",
"dependencies": {
"cheerio": "^1.0.0-rc.5",
"got": "^11.8.2",
"hls-download": "^2.5.3",
"lookpath": "^1.2.0",
"m3u8-parsed": "^1.3.0",
"sei-helper": "^3.3.0",
"yaml": "^1.10.0",
"yargs": "^16.2.0"
},
"devDependencies": {
"fs-extra": "^9.1.0",
"pkg": "^4.4.9",
"removeNPMAbsolutePaths": "^2.0.0"
},
"scripts": {
"build-win64": "node modules/build win64",
"build-linux64": "node modules/build linux64",
"build-macos64": "node modules/build macos64",
"eslint": "eslint *.js modules",
"eslint-fix": "eslint *.js modules --fix",
"test": "echo \"Error: no test specified\" && exit 1"
}
}