UNPKG

cli-select-2

Version:

Simple and interactive solution to provide a list of selectable items on the command line

39 lines (38 loc) 949 B
{ "name": "cli-select-2", "version": "2.0.0", "description": "Simple and interactive solution to provide a list of selectable items on the command line", "author": "danielyaa5", "license": "MIT", "repository": "danielyaa5/cli-select-2", "main": "dist/index.js", "types": "typings/index.d.ts", "scripts": { "prebuild": "rimraf dist", "build": "babel src --out-dir dist --copy-files", "watch": "npm run build -- --watch", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "cli", "shell", "select", "list", "choose", "checkbox", "radio", "radiobutton", "dropdown" ], "dependencies": { "ansi-escapes": "^3.2.0" }, "devDependencies": { "@babel/cli": "^7.4.3", "@babel/core": "^7.4.3", "@babel/plugin-proposal-object-rest-spread": "^7.4.3", "@babel/preset-env": "^7.4.3", "@types/node": "^11.13.6", "rimraf": "^2.6.3" } }