mirror of
				https://github.com/go-task/task.git
				synced 2025-10-30 23:58:01 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			35 lines
		
	
	
		
			807 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			807 B
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "@go-task/cli",
 | |
|   "version": "3.26.0",
 | |
|   "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": "Andrey Nering",
 | |
|   "license": "MIT",
 | |
|   "bugs": {
 | |
|     "url": "https://github.com/go-task/task/issues"
 | |
|   },
 | |
|   "homepage": "https://taskfile.dev",
 | |
|   "dependencies": {
 | |
|     "@go-task/go-npm": "^0.2.0"
 | |
|   }
 | |
| }
 |