forked from noctarius/funimation-downloader-nx-1
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.37 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
{
"name": "funimation-downloader-nx",
"short_name": "funi",
"version": "4.8.0",
"description": "Download videos from Funimation via cli.",
"keywords": [
"download",
"downloader",
"funimation",
"funimationnow",
"util",
"utility",
"cli"
],
"author": "AniDL",
"homepage": "https://github.com/anidl/funimation-downloader-nx",
"repository": {
"type": "git",
"url": "https://github.com/anidl/funimation-downloader-nx.git"
},
"bugs": {
"url": "https://github.com/anidl/funimation-downloader-nx/issues"
},
"license": "MIT",
"main": "funi.js",
"dependencies": {
"form-data": "^3.0.0",
"got": "^11.7.0",
"iso-639": "^0.2.2",
"lookpath": "^1.1.0",
"m3u8-parsed": "^1.3.0",
"sei-helper": "^3.3.0",
"yaml": "^1.10.0",
"yargs": "^16.1.0"
},
"devDependencies": {
"fs-extra": "^9.0.1",
"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"
}
}