mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-01-11 20:10:20 +00:00
49 lines
1.4 KiB
JSON
49 lines
1.4 KiB
JSON
{
|
|
"name": "funimation-downloader-nx",
|
|
"short_name": "funi",
|
|
"version": "4.7.0-beta.2",
|
|
"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",
|
|
"hls-download": "^2.5.3",
|
|
"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",
|
|
"nexe": "^3.3.7",
|
|
"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"
|
|
}
|
|
}
|