UNPKG

cli-gh

Version:

A CLI tool to interact with Github

37 lines (36 loc) 660 B
{ "name": "cli-gh", "version": "0.0.9", "description": "A CLI tool to interact with Github", "main": "cli.js", "type": "module", "bin": { "ghc": "./bin/cli.js" }, "files": [ "bin", "config", "src" ], "keywords": [ "cli", "github", "github-cli", "cli-gh", "git", "git-cli" ], "repository": { "type": "git", "url": "https://github.com/jpranays/cli-gh.git" }, "homepage": "https://jpranays.github.io/cli-gh/", "author": "Pranay <pranay1315@gmail.com>", "license": "MIT", "dependencies": { "axios": "^1.9.0", "chalk": "^5.3.0", "commander": "^12.1.0", "inquirer": "^10.2.0" } }