mirror of
https://github.com/anidl/multi-downloader-nx.git
synced 2026-03-11 17:45:30 +00:00
113 lines
3.2 KiB
JSON
113 lines
3.2 KiB
JSON
{
|
|
"name": "multi-downloader-nx",
|
|
"short_name": "aniDL",
|
|
"version": "2.0.18",
|
|
"description": "Download videos from Funimation or Crunchyroll via cli",
|
|
"keywords": [
|
|
"download",
|
|
"downloader",
|
|
"funimation",
|
|
"funimationnow",
|
|
"crunchy",
|
|
"crunchyroll",
|
|
"util",
|
|
"utility",
|
|
"cli"
|
|
],
|
|
"author": "Izu-co",
|
|
"homepage": "https://github.com/anidl/multi-downloader-nx",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/anidl/multi-downloader-nx.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/anidl/multi-downloader-nx/issues"
|
|
},
|
|
"license": "MIT",
|
|
"main": "gui/electron/src/index.js",
|
|
"dependencies": {
|
|
"cheerio": "^1.0.0-rc.10",
|
|
"electron-squirrel-startup": "^1.0.0",
|
|
"eslint-plugin-import": "^2.25.4",
|
|
"form-data": "^4.0.0",
|
|
"fs-extra": "^10.0.0",
|
|
"got": "^11.8.3",
|
|
"hls-download": "^2.6.7",
|
|
"iso-639": "^0.2.2",
|
|
"lookpath": "^1.1.0",
|
|
"m3u8-parsed": "^1.3.0",
|
|
"sei-helper": "^3.3.0",
|
|
"typescript-eslint": "^0.0.1-alpha.0",
|
|
"yaml": "^1.10.0",
|
|
"yargs": "^17.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@electron-forge/cli": "^6.0.0-beta.61",
|
|
"@electron-forge/maker-deb": "^6.0.0-beta.61",
|
|
"@electron-forge/maker-rpm": "^6.0.0-beta.61",
|
|
"@electron-forge/maker-squirrel": "^6.0.0-beta.61",
|
|
"@electron-forge/maker-zip": "^6.0.0-beta.61",
|
|
"@electron-forge/plugin-webpack": "^6.0.0-beta.61",
|
|
"@types/fs-extra": "^9.0.13",
|
|
"@types/node": "^16.11.9",
|
|
"@types/yargs": "^17.0.7",
|
|
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
|
"@typescript-eslint/parser": "^4.33.0",
|
|
"@vercel/webpack-asset-relocator-loader": "^1.7.0",
|
|
"css-loader": "^6.5.1",
|
|
"electron": "16.0.7",
|
|
"eslint": "^7.30.0",
|
|
"eslint-plugin-import": "^2.25.4",
|
|
"fork-ts-checker-webpack-plugin": "^6.5.0",
|
|
"node-loader": "^2.0.0",
|
|
"pkg": "^5.4.1",
|
|
"removeNPMAbsolutePaths": "^2.0.0",
|
|
"style-loader": "^3.3.1",
|
|
"ts-loader": "^9.2.6",
|
|
"ts-node": "^10.4.0",
|
|
"typescript": "^4.5.5"
|
|
},
|
|
"scripts": {
|
|
"prestart": "npm run tsc",
|
|
"start": "cd lib && electron-forge start",
|
|
"docs": "ts-node modules/build-docs.ts",
|
|
"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"
|
|
},
|
|
"config": {
|
|
"forge": {
|
|
"packagerConfig": {},
|
|
"makers": [
|
|
{
|
|
"name": "@electron-forge/maker-squirrel",
|
|
"config": {
|
|
"name": "electron"
|
|
}
|
|
},
|
|
{
|
|
"name": "@electron-forge/maker-zip",
|
|
"platforms": [
|
|
"darwin"
|
|
]
|
|
},
|
|
{
|
|
"name": "@electron-forge/maker-deb",
|
|
"config": {}
|
|
},
|
|
{
|
|
"name": "@electron-forge/maker-rpm",
|
|
"config": {}
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|