{
  "name": "@go-task/cli",
  "type": "module",
  "version": "3.51.1",
  "description": "A fast, cross-platform build tool inspired by Make, designed for modern workflows.",
  "scripts": {
    "postinstall": "node install.js",
    "run": "node run-task.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/go-task/task.git"
  },
  "keywords": [
    "task",
    "taskfile",
    "build-tool",
    "task-runner"
  ],
  "author": "The Task authors",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/go-task/task/issues"
  },
  "homepage": "https://taskfile.dev",
  "bin": {
    "task": "run-task.js"
  },
  "dependencies": {
    "jszip": "3.10.1",
    "proxy-agent": "8.0.1",
    "tar": "7.5.13"
  },
  "archives": {
    "darwin-arm64": {
      "name": "task_darwin_arm64.tar.gz",
      "url": "https://github.com/go-task/task/releases/download/v3.51.1/task_darwin_arm64.tar.gz",
      "bins": [
        "task"
      ],
      "format": "tar.gz",
      "checksum": {
        "algorithm": "sha256",
        "digest": "a0330f0df20dd1187e323f284a7f365c0ea1f2f271c1e154811e9fc4724bed13"
      }
    },
    "darwin-x64": {
      "name": "task_darwin_amd64.tar.gz",
      "url": "https://github.com/go-task/task/releases/download/v3.51.1/task_darwin_amd64.tar.gz",
      "bins": [
        "task"
      ],
      "format": "tar.gz",
      "checksum": {
        "algorithm": "sha256",
        "digest": "08b0a2107c56940e1fc7be15ebd5999f28a867925cfcd619393f8075fef67409"
      }
    },
    "linux-arm64": {
      "name": "task_linux_arm64.tar.gz",
      "url": "https://github.com/go-task/task/releases/download/v3.51.1/task_linux_arm64.tar.gz",
      "bins": [
        "task"
      ],
      "format": "tar.gz",
      "checksum": {
        "algorithm": "sha256",
        "digest": "49c58bb00eff2449a5553f3b3e694fc424e0dc04d5c669d8831126daee1000f8"
      }
    },
    "linux-x64": {
      "name": "task_linux_amd64.tar.gz",
      "url": "https://github.com/go-task/task/releases/download/v3.51.1/task_linux_amd64.tar.gz",
      "bins": [
        "task"
      ],
      "format": "tar.gz",
      "checksum": {
        "algorithm": "sha256",
        "digest": "da7e92f0ff961ef2aae7cfecbad8d1fd2a08d7b09ba968673adf7ff389b243b5"
      }
    },
    "win32-arm64": {
      "name": "task_windows_arm64.zip",
      "url": "https://github.com/go-task/task/releases/download/v3.51.1/task_windows_arm64.zip",
      "bins": [
        "task.exe"
      ],
      "format": "zip",
      "checksum": {
        "algorithm": "sha256",
        "digest": "d92bf9561a8a1db591487995eb76a08951de15134c40299a98d77460be4e4e1d"
      }
    },
    "win32-x64": {
      "name": "task_windows_amd64.zip",
      "url": "https://github.com/go-task/task/releases/download/v3.51.1/task_windows_amd64.zip",
      "bins": [
        "task.exe"
      ],
      "format": "zip",
      "checksum": {
        "algorithm": "sha256",
        "digest": "422d79dff5afd5a55fb46ae1cfacc7350ec96d4ef27a63a3ec77a5c30a7b0f03"
      }
    }
  }
}