UNPKG

@go-task/cli

Version:

A task runner / simpler Make alternative written in Go

108 lines 3 kB
{ "name": "@go-task/cli", "version": "3.46.4", "description": "A task runner / simpler Make alternative written in Go", "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": { "axios": "^1.8.2", "jszip": "^3.10.1", "proxy-agent": "^6.5.0", "tar": "^7.4.3" }, "archives": { "darwin-arm64": { "name": "task_darwin_arm64.tar.gz", "url": "https://github.com/go-task/task/releases/download/v3.46.4/task_darwin_arm64.tar.gz", "bins": [ "task" ], "format": "tar.gz", "checksum": { "algorithm": "sha256", "digest": "ffe2b4a3c54467172ab15734d0b451b1fc0472d0d48bb3538870b433c700bc96" } }, "darwin-x64": { "name": "task_darwin_amd64.tar.gz", "url": "https://github.com/go-task/task/releases/download/v3.46.4/task_darwin_amd64.tar.gz", "bins": [ "task" ], "format": "tar.gz", "checksum": { "algorithm": "sha256", "digest": "6e3d1bf5fcc03e50b2c02c92335923b715d3f61e27fef5b3048b59ed97a18721" } }, "linux-arm64": { "name": "task_linux_arm64.tar.gz", "url": "https://github.com/go-task/task/releases/download/v3.46.4/task_linux_arm64.tar.gz", "bins": [ "task" ], "format": "tar.gz", "checksum": { "algorithm": "sha256", "digest": "9079bbdfd439f2168ee380d9167fd77f13f9fab7afb516205ac3a578f16bcb59" } }, "linux-x64": { "name": "task_linux_amd64.tar.gz", "url": "https://github.com/go-task/task/releases/download/v3.46.4/task_linux_amd64.tar.gz", "bins": [ "task" ], "format": "tar.gz", "checksum": { "algorithm": "sha256", "digest": "4b0098862292de03d568c851b207bce5fdb8a59cb533d6ed4132386151926c46" } }, "win32-arm64": { "name": "task_windows_arm64.zip", "url": "https://github.com/go-task/task/releases/download/v3.46.4/task_windows_arm64.zip", "bins": [ "task.exe" ], "format": "zip", "checksum": { "algorithm": "sha256", "digest": "4ef119dfc6ed5133170f6fc20085f0602701a37c90b440ee54331b6370f2914d" } }, "win32-x64": { "name": "task_windows_amd64.zip", "url": "https://github.com/go-task/task/releases/download/v3.46.4/task_windows_amd64.zip", "bins": [ "task.exe" ], "format": "zip", "checksum": { "algorithm": "sha256", "digest": "790420c11a6457a27f135c292371d6a352436dfce7dba5b5ffa8ae399ecfe04b" } } } }