{
  "name": "@gitkraken/gk",
  "type": "module",
  "version": "3.1.68",
  "description": "gk is GitKraken on the command line. It makes working across multiple repos easier with Workspaces, provides access to pull requests and issues from multiple services (GitHub, GitLab, Bitbucket, etc.), and seamlessly connects with GitKraken Client and GitLens in VS Code to visualize git information when you need it.",
  "scripts": {
    "postinstall": "node install.js",
    "run": "node run-gk.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/gitkraken/gk-cli"
  },
  "keywords": [
    "cli",
    "command-line",
    "efficiency",
    "git-tool",
    "productivity",
    "repository-management",
    "tool",
    "utility",
    "version-control",
    "mcp",
    "gitkraken"
  ],
  "author": "Gitkraken <software.distribution@gitkraken.com>",
  "license": "CC-BY-3.0-US",
  "bugs": {
    "url": "https://github.com/gitkraken/gk-cli/issues"
  },
  "homepage": "https://www.gitkraken.com/",
  "bin": {
    "gk": "run-gk.js"
  },
  "dependencies": {
    "jszip": "3.10.1",
    "proxy-agent": "8.0.1",
    "tar": "7.5.15"
  },
  "archives": {
    "darwin-arm64": {
      "name": "gk_3.1.68_darwin_arm64.zip",
      "url": "https://github.com/gitkraken/gk-cli/releases/download/v3.1.68/gk_3.1.68_darwin_arm64.zip",
      "bins": [
        "gk"
      ],
      "format": "zip",
      "checksum": {
        "algorithm": "sha256",
        "digest": "b4454c1efdf2dec0fc0d4a4c04935b1e1cf4e9b964e1e3497bfbab69899b10c0"
      }
    },
    "darwin-x64": {
      "name": "gk_3.1.68_darwin_amd64.zip",
      "url": "https://github.com/gitkraken/gk-cli/releases/download/v3.1.68/gk_3.1.68_darwin_amd64.zip",
      "bins": [
        "gk"
      ],
      "format": "zip",
      "checksum": {
        "algorithm": "sha256",
        "digest": "28821627df8b1215171695d9928772316d7166fd51ebd54446d570a3fbb8935a"
      }
    },
    "linux-arm64": {
      "name": "gk_3.1.68_linux_arm64.zip",
      "url": "https://github.com/gitkraken/gk-cli/releases/download/v3.1.68/gk_3.1.68_linux_arm64.zip",
      "bins": [
        "gk"
      ],
      "format": "zip",
      "checksum": {
        "algorithm": "sha256",
        "digest": "4a7851b5128f0e5f5b030d97a4d0696b9845b57489221b3decccfa8130ba72ba"
      }
    },
    "linux-x64": {
      "name": "gk_3.1.68_linux_amd64.zip",
      "url": "https://github.com/gitkraken/gk-cli/releases/download/v3.1.68/gk_3.1.68_linux_amd64.zip",
      "bins": [
        "gk"
      ],
      "format": "zip",
      "checksum": {
        "algorithm": "sha256",
        "digest": "7fb6b920bcbf8239db75baa44bbeaaddabef0b241a5269ce0e837b3914538c36"
      }
    },
    "win32-arm64": {
      "name": "gk_3.1.68_windows_arm64.zip",
      "url": "https://github.com/gitkraken/gk-cli/releases/download/v3.1.68/gk_3.1.68_windows_arm64.zip",
      "bins": [
        "gk.exe"
      ],
      "format": "zip",
      "checksum": {
        "algorithm": "sha256",
        "digest": "23ba216a8c1771dbbc2d2ff108ad79d30204236ab6bd6a387f59495b142c03ee"
      }
    },
    "win32-x64": {
      "name": "gk_3.1.68_windows_amd64.zip",
      "url": "https://github.com/gitkraken/gk-cli/releases/download/v3.1.68/gk_3.1.68_windows_amd64.zip",
      "bins": [
        "gk.exe"
      ],
      "format": "zip",
      "checksum": {
        "algorithm": "sha256",
        "digest": "bef012fa0ac9ce88bf396b6eb68d6b87812973782b0b7155bf444320dfff5975"
      }
    }
  },
  "mcpName": "com.gitkraken/gk-cli"
}
