help_ai
Version:
_help_ai_ is an npm CLI tool designed to assist non-CLI developers and DevOps engineers in configuring and completing terminal tasks with a single prompt.
30 lines (29 loc) • 611 B
JSON
{
"name": "help_ai",
"version": "1.0.8",
"main": "main.js",
"type": "module",
"bin": {
"help_ai": "main.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "node main.js"
},
"keywords": ["npm","help_ai","devOps","ai","bash","tool"],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.7.9",
"chalk": "^5.4.0",
"commander": "^12.1.0",
"figlet": "^1.8.0",
"inquirer": "^12.3.0",
"ora": "^8.1.1"
},
"directories": {
"executeCommands": "executeCommands"
},
"devDependencies": {},
"description": ""
}