UNPKG

select-run

Version:

CLI to interactively select one or many package.json npm scripts to run

44 lines 983 B
{ "name": "select-run", "version": "1.1.4", "description": "CLI to interactively select one or many package.json npm scripts to run", "main": "cli.js", "bin": { "select-run": "./cli.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "ping": "echo pong && exit 0" }, "keywords": [ "npm", "scripts", "run", "select", "parallel", "cli", "command", "commandline", "npm-scripts" ], "repository": { "type": "git", "url": "git+https://github.com/Alek-S/select-run.git" }, "author": { "name": "Alek Shnayder", "url": "https://alekshnayder.com/" }, "license": "MIT", "bugs": { "url": "https://github.com/Alek-S/select-run/issues" }, "homepage": "https://github.com/Alek-S/select-run#readme", "dependencies": { "chalk": "^4.1.2", "fuzzy": "^0.1.3", "inquirer": "^8.1.2", "inquirer-checkbox-plus-prompt": "^1.0.1", "npm-run-all": "^4.1.5" } }