UNPKG

turbotask

Version:

A command-line tool that Makes Handling files quick and easy.

48 lines (46 loc) 1.02 kB
{ "name": "turbotask", "version": "0.2.20", "description": "A command-line tool that Makes Handling files quick and easy.", "main": "index.js", "author": "Fabian", "license": "ISC", "bin": { "turbotask": "index.js" }, "repository": { "type": "git", "url": "git+https://github.com/Fector101/TurboTask.git" }, "keywords": [ "TurboTask", "task-automation", "CLI-tool", "command-line", "CSS-minifier", "CSS-optimizer", "remove-whitespace", "file-utilities", "developer-tools", "file-handling", "javascript", "nodejs", "productivity", "automation" ], "bugs": { "url": "https://github.com/Fector101/TurboTask/issues" }, "homepage": "https://github.com/Fector101/TurboTask#readme", "dependencies": { "ansi-colors": "^4.1.3", "cli-progress": "^3.12.0", "commander": "^12.1.0" }, "funding": [ { "type": "individual", "url": "https://www.buymeacoffee.com/Fector101" } ] }