{
  "name": "go-task-cli",
  "version": "0.0.0",
  "description": "This package setup a package in your project to install Task (Taskfile) locally.",
  "private": true,
  "scripts": {
    "postinstall": "./build/install.js"
  },
  "bin": {
    "task": "./bin/task.cjs"
  },
  "files": [
    "build"
  ],
  "keywords": [],
  "author": "",
  "license": "MIT OR Apache-2.0"
}
