{
  "name": "@go-task/cli",
  "version": "3.42.1",
  "description": "A task runner / simpler Make alternative written in Go",
  "scripts": {
    "postinstall": "go-npm install",
    "preuninstall": "go-npm uninstall"
  },
  "goBinary": {
    "name": "task",
    "path": "./bin",
    "url": "https://github.com/go-task/task/releases/download/v{{version}}/task_{{platform}}_{{arch}}{{archive_ext}}"
  },
  "files": [],
  "repository": {
    "type": "git",
    "url": "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",
  "dependencies": {
    "@go-task/go-npm": "^0.2.0"
  }
}
