@ryusuke410/setup-go-task-cli
Version:
This package setup a package in your project to install Task (Taskfile) locally.
19 lines (18 loc) • 373 B
JSON
{
"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"
}