mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-01-11 20:10:20 +00:00
50 lines
1.4 KiB
JSON
50 lines
1.4 KiB
JSON
{
|
|
"name": "funimation-downloader-nx",
|
|
"short_name": "funi",
|
|
"version": "4.9.4",
|
|
"description": "Download videos from Funimation via cli.",
|
|
"keywords": [
|
|
"download",
|
|
"downloader",
|
|
"funimation",
|
|
"funimationnow",
|
|
"util",
|
|
"utility",
|
|
"cli"
|
|
],
|
|
"author": "AniDL/Izu-co",
|
|
"homepage": "https://github.com/izu-co/funimation-downloader-nx",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/izu-co/funimation-downloader-nx.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/izu-co/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": {
|
|
"eslint": "^7.30.0",
|
|
"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"
|
|
}
|
|
}
|