UNPKG

shoko-dl

Version:
50 lines (49 loc) 1.42 kB
{ "name": "shoko-dl", "short_name": "shoko", "version": "1.0.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": "^10.6.0", "hls-download": "^2.3.2", "lookpath": "^1.0.5", "m3u8-parsed": "^1.2.0", "proxy-agent": "^3.1.1", "sei-helper": "^3.3.0", "ttml2srt": "^1.1.0", "yaml": "^1.8.0", "yargs": "^15.3.0" }, "devDependencies": { "fs-extra": "^8.1.0", "nexe": "^3.3.2", "removeNPMAbsolutePaths": "^2.0.0" }, "scripts": { "build-win64": "node modules/build win64", "build-linux64": "node modules/build linux64", "build-macos64": "node modules/build macos64", "test": "echo \"Error: no test specified\" && exit 1" } }