64 lines
2 KiB
JSON
64 lines
2 KiB
JSON
{
|
|
"name": "funimation-downloader-nx",
|
|
"short_name": "funi",
|
|
"version": "5.0.0",
|
|
"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": {
|
|
"cheerio": "^1.0.0-rc.10",
|
|
"form-data": "^4.0.0",
|
|
"fs-extra": "^10.0.0",
|
|
"got": "^11.7.0",
|
|
"hls-download": "^2.6.3",
|
|
"iso-639": "^0.2.2",
|
|
"lookpath": "^1.1.0",
|
|
"m3u8-parsed": "^1.3.0",
|
|
"sei-helper": "^3.3.0",
|
|
"yaml": "^1.10.0",
|
|
"yargs": "^17.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/fs-extra": "^9.0.13",
|
|
"@types/node": "^16.11.6",
|
|
"@types/yargs": "^17.0.4",
|
|
"@typescript-eslint/eslint-plugin": "^5.2.0",
|
|
"@typescript-eslint/parser": "^5.2.0",
|
|
"eslint": "^7.30.0",
|
|
"pkg": "^5.3.3",
|
|
"removeNPMAbsolutePaths": "^2.0.0",
|
|
"ts-node": "^10.4.0",
|
|
"typescript": "^4.4.4"
|
|
},
|
|
"scripts": {
|
|
"tsc": "ts-node tsc.ts",
|
|
"prebuild-win64": "npm run tsc",
|
|
"prebuild-linux64": "npm run tsc",
|
|
"prebuild-macos64": "npm run tsc",
|
|
"build-win64": "cd lib && node modules/build win64",
|
|
"build-linux64": "cd lib && node modules/build linux64",
|
|
"build-macos64": "cd lib && node modules/build macos64",
|
|
"eslint": "eslint *.js modules",
|
|
"eslint-fix": "eslint *.js modules --fix",
|
|
"pretest": "npm run tsc",
|
|
"test": "cd lib && node modules/build win64 && node modules/build linux64 && node modules/build macos64"
|
|
}
|
|
}
|