{
"name": "@ghgrab/ghgrab",
"version": "1.3.1",
"description": "A terminal-based tool for downloading specific files and folders from GitHub repositories",
"bin": {
"ghgrab": "bin/ghgrab.js",
"ghg": "bin/ghgrab.js"
},
"scripts": {
"postinstall": "node scripts/install.js"
},
"keywords": [
"github",
"download",
"cli",
"tui",
"terminal"
],
"author": "Abhinav A",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/abhixdd/ghgrab.git"
},
"os": [
"darwin",
"linux",
"win32"
],
"cpu": [
"x64",
"arm64"
],
"files": [
"bin",
"scripts",
"checksums.json"
]
}