package.json 807 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "@go-task/cli",
  3. "version": "3.39.2",
  4. "description": "A task runner / simpler Make alternative written in Go",
  5. "scripts": {
  6. "postinstall": "go-npm install",
  7. "preuninstall": "go-npm uninstall"
  8. },
  9. "goBinary": {
  10. "name": "task",
  11. "path": "./bin",
  12. "url": "https://github.com/go-task/task/releases/download/v{{version}}/task_{{platform}}_{{arch}}{{archive_ext}}"
  13. },
  14. "files": [],
  15. "repository": {
  16. "type": "git",
  17. "url": "https://github.com/go-task/task.git"
  18. },
  19. "keywords": [
  20. "task",
  21. "taskfile",
  22. "build-tool",
  23. "task-runner"
  24. ],
  25. "author": "Andrey Nering",
  26. "license": "MIT",
  27. "bugs": {
  28. "url": "https://github.com/go-task/task/issues"
  29. },
  30. "homepage": "https://taskfile.dev",
  31. "dependencies": {
  32. "@go-task/go-npm": "^0.2.0"
  33. }
  34. }