quarkflow-cli
Version:
Quarkflow is a CLI Workflow Manager and Task Runner
54 lines (53 loc) • 1.32 kB
JSON
{
"name": "quarkflow-cli",
"version": "1.0.2",
"description": "Quarkflow is a CLI Workflow Manager and Task Runner",
"main": "bin/index.mjs",
"type": "module",
"bin": {
"@quarkflow/cli": "bin/index.mjs",
"quarkflow": "bin/index.mjs",
"qf": "bin/index.mjs"
},
"funding":{
"type": "Buy Me A Coffee",
"url": "https://www.buymeacoffee.com/techieaviator"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"compile": "bytenode -c src/*.mjs"
},
"author": "Adityan P",
"license": "MIT",
"keywords": [
"CLI",
"NPM",
"Tools",
"Workflows",
"Scripts",
"Tasks"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Adityan-compile/quarkflow.git"
},
"bugs": {
"url": "https://github.com/Adityan-compile/quarkflow/issues"
},
"homepage": "https://github.com/Adityan-compile/quarkflow/blob/master/README.md",
"dependencies": {
"ajv": "^8.12.0",
"boxen": "^7.1.1",
"chalk": "^5.3.0",
"commander": "^11.0.0",
"ejs": "^3.1.9",
"figlet": "^1.6.0",
"gradient-string": "^2.0.2",
"inquirer": "^9.2.10",
"inquirer-autocomplete-prompt": "^3.0.0",
"minimal-request": "^3.0.0",
"pretty-cli": "^0.0.14",
"signale": "^1.4.0",
"update-notifier": "^6.0.2"
}
}