henchman-cli
Version:
An all-in-one, interactive command-line tool that simplifies creating, setting up, and managing development projects like Flutter and Node.js while automating repetitive tasks.
39 lines (38 loc) • 927 B
JSON
{
"name": "henchman-cli",
"version": "1.2.3",
"description": "An all-in-one, interactive command-line tool that simplifies creating, setting up, and managing development projects like Flutter and Node.js while automating repetitive tasks.",
"keywords": [
"CLI",
"DevTool"
],
"homepage": "https://github.com/yashas-hm/henchman",
"bugs": {
"url": "https://github.com/yashas-hm/henchman/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/yashas-hm/henchman.git"
},
"license": "MIT",
"author": "Yashas H Majmudar",
"type": "module",
"main": "henchman.js",
"bin": {
"henchman": "henchman.js"
},
"engines": {
"node": ">=14.0.0"
},
"scripts": {
"run": "node henchman.js"
},
"dependencies": {
"chalk": "^5.4.0",
"commander": "^12.1.0",
"ini": "^5.0.0",
"inquirer": "^12.3.0",
"js-yaml": "^4.1.0",
"ora": "^8.1.1"
}
}