consultant
Version:
Gathers structural and validateable input from command line or interative menu
65 lines (64 loc) • 1.3 kB
JSON
{
"name": "consultant",
"description": "Gathers structural and validateable input from command line or interative menu",
"keywords": [
"interactive",
"menu",
"args",
"parsing",
"parser",
"options",
"parameters",
"inquirer",
"yargs",
"command",
"commander",
"cli",
"line"
],
"version": "0.8.4",
"homepage": "",
"author": "Eser Ozvataf <eser@ozvataf.com>",
"contributors": [
{
"name": "Eser Ozvataf",
"email": "eser@ozvataf.com",
"url": "http://eser.ozvataf.com/"
}
],
"repository": {
"type": "git",
"url": "git+https://github.com/eserozvataf/jsmake-libraries.git"
},
"bugs": {
"url": "https://github.com/eserozvataf/jsmake-libraries/issues",
"email": "eser@ozvataf.com"
},
"license": "Apache-2.0",
"main": "./lib/index.js",
"module": "./lib/esm.js",
"types": "./lib/index.d.ts",
"engines": {
"node": ">=8.0.0"
},
"scripts": {},
"directories": {
"lib": "./lib"
},
"files": [
"lib",
"bin"
],
"bin": {},
"dependencies": {
"colors": "^1.1.2",
"evangelist": "^0.8.4",
"immunity": "^0.8.4",
"inquirer": "^3.1.0",
"ponyfills": "^0.8.4",
"yargs-parser": "^7.0.0"
},
"devDependencies": {
"@types/node": "^7.0.31"
}
}