UNPKG

gogo-dl

Version:

<h1 align="center">gogo-dl</h1> <p align="center"> <b> Powerful, lightweight, user-friendly tool for downloading anime.</b> </p>

70 lines (69 loc) 1.57 kB
{ "name": "gogo-dl", "version": "3.0.5", "license": "(MIT OR Apache-2.0)", "dependencies": { "aria2": "^4.1.2", "chalk": "^4.1.0", "cli-progress": "^3.9.0", "cli-spinners": "^2.6.0", "command-exists": "^1.2.9", "gogoanime-scraper": "^1.0.9", "got": "^11.8.2", "jsdom": "^16.5.3", "loading-spinner": "^1.2.1", "make-dir": "^3.1.0", "nconf": "^0.11.2", "node-fetch": "^2.6.1", "node-mpv": "^2.0.0-beta.2", "npm": "^7.18.1", "open": "^8.2.1", "pkce-challenge": "^2.2.0", "prompts": "^2.4.1", "puppeteer": "^10.0.0", "user-agents": "^1.0.707", "vlc-command": "^1.2.0", "yargs": "^16.2.0" }, "devDependencies": { "@types/chalk": "^2.2.0", "@types/cli-progress": "^3.9.1", "@types/jsdom": "^16.2.10", "@types/nconf": "^0.10.0", "@types/node": "^15.12.4", "@types/prompts": "^2.0.10", "@types/user-agents": "^1.0.2", "@types/yargs": "^16.0.1", "ts-node": "^9.1.1", "typescript": "^4.2.4" }, "scripts": { "build": "tsc", "start": "npm run build && node ./dist/index.js list", "dev": "ts-node ./src/index.ts list" }, "bin": { "gogo": "dist/index.js" }, "repository": { "type": "git", "url": "https://github.com/naveengovind/gogo-dl" }, "main": "dist/index.js", "files": [ "dist" ], "keywords": [ "gogoanime", "anime-downloader", "anime", "anime-dl", "gogo", "gogoanime-downloader", "twist.moe", "gogoanime.so", "gogoanime.ai", "moe", "9anime" ] }