{
  "name": "cli-gh",
  "version": "1.1.0",
  "description": "A powerful, extensible GitHub CLI platform for developers",
  "main": "cli.js",
  "type": "module",
  "bin": {
    "ghc": "bin/cli.js"
  },
  "files": [
    "bin",
    "src"
  ],
  "engines": {
    "node": ">=18.0.0"
  },
  "keywords": [
    "cli",
    "github",
    "github-cli",
    "cli-gh",
    "git",
    "git-cli",
    "developer-tools"
  ],
  "repository": {
    "type": "git",
    "url": "git+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",
    "boxen": "^8.0.1",
    "chalk": "^5.3.0",
    "cli-table3": "^0.6.5",
    "commander": "^12.1.0",
    "figlet": "^1.8.0",
    "fuse.js": "^7.0.0",
    "gradient-string": "^3.0.0",
    "inquirer": "^10.2.0",
    "ora": "^8.1.1",
    "p-retry": "^6.2.1",
    "terminal-link": "^3.0.0",
    "zod": "^3.23.8"
  },
  "devDependencies": {
    "eslint": "^9.0.0"
  }
}
