UNPKG

@go-task/cli

Version:

A fast, cross-platform build tool inspired by Make, designed for modern workflows.

108 lines 3.02 kB
{ "name": "@go-task/cli", "type": "module", "version": "3.52.0", "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.15" }, "archives": { "darwin-arm64": { "name": "task_darwin_arm64.tar.gz", "url": "https://github.com/go-task/task/releases/download/v3.52.0/task_darwin_arm64.tar.gz", "bins": [ "task" ], "format": "tar.gz", "checksum": { "algorithm": "sha256", "digest": "debfa9a3bc06fcb5d5550b44725ecd22bb305499ce057bd6d7a774db5cdaa7b8" } }, "darwin-x64": { "name": "task_darwin_amd64.tar.gz", "url": "https://github.com/go-task/task/releases/download/v3.52.0/task_darwin_amd64.tar.gz", "bins": [ "task" ], "format": "tar.gz", "checksum": { "algorithm": "sha256", "digest": "416348147bc2f1c729417249d932add7894fb01a126128778195942c249d7c0b" } }, "linux-arm64": { "name": "task_linux_arm64.tar.gz", "url": "https://github.com/go-task/task/releases/download/v3.52.0/task_linux_arm64.tar.gz", "bins": [ "task" ], "format": "tar.gz", "checksum": { "algorithm": "sha256", "digest": "7e0044108830cec0534577b289564e3b7c83e6df276feb631a1edc63d04e4ebe" } }, "linux-x64": { "name": "task_linux_amd64.tar.gz", "url": "https://github.com/go-task/task/releases/download/v3.52.0/task_linux_amd64.tar.gz", "bins": [ "task" ], "format": "tar.gz", "checksum": { "algorithm": "sha256", "digest": "02c679ffae53dca791804847d78b31731615894e292948397c971c87ac9e95bd" } }, "win32-arm64": { "name": "task_windows_arm64.zip", "url": "https://github.com/go-task/task/releases/download/v3.52.0/task_windows_arm64.zip", "bins": [ "task.exe" ], "format": "zip", "checksum": { "algorithm": "sha256", "digest": "3f3b5bbf23d10c73f8f11bc4a47d1465f3a61a30fa231fddf0a87edc52937237" } }, "win32-x64": { "name": "task_windows_amd64.zip", "url": "https://github.com/go-task/task/releases/download/v3.52.0/task_windows_amd64.zip", "bins": [ "task.exe" ], "format": "zip", "checksum": { "algorithm": "sha256", "digest": "e3bd4439b445f4f135758a2666ec8b33ccde789f7f615309c58f116b0e566e79" } } } }