inquirer-checkbox-plus-prompt
Version:
Checkbox with autocomplete and other additions for Inquirer
44 lines (43 loc) • 864 B
JSON
{
"name": "inquirer-checkbox-plus-prompt",
"version": "1.4.2",
"description": "Checkbox with autocomplete and other additions for Inquirer",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/faressoft/inquirer-checkbox-plus-prompt.git"
},
"keywords": [
"inquirer",
"checkbox",
"autocomplete",
"search",
"filter",
"searchable",
"highlight",
"source",
"api",
"promise",
"command",
"prompt",
"stdin",
"cli",
"tty",
"menu"
],
"author": "Mohammad Fares <faressoft.com@gmail.com>",
"license": "MIT",
"dependencies": {
"chalk": "4.1.2",
"cli-cursor": "^3.1.0",
"figures": "^3.0.0",
"lodash": "^4.17.5",
"rxjs": "^6.6.7"
},
"devDependencies": {
"fuzzy": "^0.1.3"
},
"peerDependencies": {
"inquirer": "< 9.x"
}
}