{
  "name": "github-check-cli",
  "version": "1.0.4",
  "description": "CLI for checking GitHub user profile and repositories information",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/sahildua2305/github-check-cli"
  },
  "author": {
    "name": "Sahil Dua",
    "email": "sahildua2305@gmail.com",
    "url": "http://sahildua.com"
  },
  "engine": {
    "node": ">=0.10"
  },
  "scripts": {
    "test": "exit 1"
  },
  "bin": {
    "github": "cli.js",
    "github-check": "cli.js"
  },
  "keywords": [
    "github",
    "cli",
    "github-check",
    "command",
    "line",
    "tool",
    "repos",
    "repositories",
    "user",
    "profile",
    "info",
    "information"
  ],
  "dependencies": {
    "request": "*",
    "yargs": "4.7.1",
    "ora": "*",
    "cli-table": "*"
  }
}
