gitfm
Version:
A CLI App for searching GitHub/GitLab repos, fetching as filesystem and cloning
58 lines (57 loc) • 1.17 kB
JSON
{
"name": "gitfm",
"version": "2.2.1",
"description": "A CLI App for searching GitHub/GitLab repos, fetching as filesystem and cloning",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"gitfm": "index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Debajyati/gitFM.git"
},
"type": "module",
"keywords": [
"git",
"github",
"gitlab",
"search",
"fetch",
"clone",
"oauth",
"sparse-checkout",
"sparse",
"shallow",
"blobless",
"treeless",
"cloning",
"cli",
"filesystem",
"repo",
"monorepo",
"monorepos",
"fetching",
"interactive"
],
"author": "Debajyati Dey",
"license": "ISC",
"dependencies": {
"@inquirer/input": "^4.1.0",
"@inquirer/search": "^3.0.1",
"@octokit/oauth-methods": "^5.1.2",
"@octokit/rest": "^21.0.2",
"boxen": "^8.0.1",
"cfonts": "^3.3.0",
"chalk": "^5.3.0",
"commander": "^12.1.0",
"open": "^10.1.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.12.0",
"globals": "^15.10.0"
}
}