UNPKG

folder-downloader

Version:

Download specific folders from GitHub repositories without cloning the entire repository

42 lines (41 loc) 981 B
{ "name": "folder-downloader", "version": "1.0.33", "description": "Download specific folders from GitHub repositories without cloning the entire repository", "main": "dist/index.js", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "bin": { "folder-downloader": "dist/index.js" }, "scripts": { "build": "tsup src/index.ts --format cjs --minify", "dev": "tsup src/index.ts --format cjs --watch", "prepublishOnly": "npm run build" }, "keywords": [ "github", "download", "folder", "subfolder", "cli" ], "author": "Kehinde Oke", "license": "ISC", "dependencies": { "chalk": "^5.0.1", "fs-extra": "^11.1.0", "node-fetch": "^3.3.0", "ora": "^6.1.2", "unzipper": "^0.10.11" }, "devDependencies": { "@types/fs-extra": "^11.0.1", "@types/node": "^18.11.18", "@types/unzipper": "^0.10.5", "pretier": "^0.0.1", "tsup": "^6.6.3", "typescript": "^4.9.4" } }