{
  "name": "@gitkraken/gk",
  "type": "module",
  "version": "3.1.70",
  "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.2",
    "tar": "7.5.19"
  },
  "archives": {
    "darwin-arm64": {
      "name": "gk_3.1.70_darwin_arm64.zip",
      "url": "https://github.com/gitkraken/gk-cli/releases/download/v3.1.70/gk_3.1.70_darwin_arm64.zip",
      "bins": [
        "gk"
      ],
      "format": "zip",
      "checksum": {
        "algorithm": "sha256",
        "digest": "c601b75939fe1fa7b417e712cd1c429e3ab9ccb6056bb38af4e61b3209345a09"
      }
    },
    "darwin-x64": {
      "name": "gk_3.1.70_darwin_amd64.zip",
      "url": "https://github.com/gitkraken/gk-cli/releases/download/v3.1.70/gk_3.1.70_darwin_amd64.zip",
      "bins": [
        "gk"
      ],
      "format": "zip",
      "checksum": {
        "algorithm": "sha256",
        "digest": "667a4b176b5f59c2b7bd84b64fe5e9991f01d5b9a5712fb08c291b1a3de9abb1"
      }
    },
    "linux-arm64": {
      "name": "gk_3.1.70_linux_arm64.zip",
      "url": "https://github.com/gitkraken/gk-cli/releases/download/v3.1.70/gk_3.1.70_linux_arm64.zip",
      "bins": [
        "gk"
      ],
      "format": "zip",
      "checksum": {
        "algorithm": "sha256",
        "digest": "e5fbe20caa8d72691cac8f09b8a9d979ebbeb5cadc23d9a704c8932158512fa4"
      }
    },
    "linux-x64": {
      "name": "gk_3.1.70_linux_amd64.zip",
      "url": "https://github.com/gitkraken/gk-cli/releases/download/v3.1.70/gk_3.1.70_linux_amd64.zip",
      "bins": [
        "gk"
      ],
      "format": "zip",
      "checksum": {
        "algorithm": "sha256",
        "digest": "7eeeaadee46c0a22db4e4d48e33acb747e64d19612b6047c3eda54fbc1eb3490"
      }
    },
    "win32-arm64": {
      "name": "gk_3.1.70_windows_arm64.zip",
      "url": "https://github.com/gitkraken/gk-cli/releases/download/v3.1.70/gk_3.1.70_windows_arm64.zip",
      "bins": [
        "gk.exe"
      ],
      "format": "zip",
      "checksum": {
        "algorithm": "sha256",
        "digest": "ad37bd94a74ecbb2a5aa48ccc13f471d3573b4beedfae388c08a5524152b8c65"
      }
    },
    "win32-x64": {
      "name": "gk_3.1.70_windows_amd64.zip",
      "url": "https://github.com/gitkraken/gk-cli/releases/download/v3.1.70/gk_3.1.70_windows_amd64.zip",
      "bins": [
        "gk.exe"
      ],
      "format": "zip",
      "checksum": {
        "algorithm": "sha256",
        "digest": "2dbcf650a1f4921c47f875f857a1e41dc57caceae181ab5cfe981d104d163cd3"
      }
    }
  },
  "mcpName": "com.gitkraken/gk-cli"
}
