@iohub/prompt
Version:
Interactive CLI prompts for selecting files, folders, and extensions using Inquirer, with beautiful formatting and logging
42 lines • 944 B
JSON
{
"name": "@iohub/prompt",
"version": "0.0.4",
"description": "Interactive CLI prompts for selecting files, folders, and extensions using Inquirer, with beautiful formatting and logging",
"type": "module",
"exports": "./index.js",
"files": [
"index.js"
],
"engines": {
"node": ">=22.0.0"
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"@inquirer/checkbox": "^4.1.4",
"@spare/deco-path": "^0.16.26",
"@spare/plot": "^0.16.26",
"@iohub/collect": "^0.0.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gadge/iohub.git"
},
"keywords": [
"iohub",
"nodejs",
"cli",
"inquirer",
"interactive-prompt",
"file-selection",
"user-interface"
],
"author": "Hoyeung Wong",
"license": "BSD",
"bugs": {
"url": "https://github.com/gadge/iohub"
},
"homepage": "https://github.com/gadge/iohub#readme",
"scripts": {}
}