UNPKG

nr-cli

Version:

Ask for the scripts command to run in the package.json file

42 lines (41 loc) 825 B
{ "name": "nr-cli", "version": "1.0.9", "description": "Ask for the scripts command to run in the package.json file", "main": "index.js", "scripts": { "test": "", "start": "" }, "bin": { "nr": "./bin/nr.js" }, "repository": { "type": "git", "url": "git+https://github.com/Jameswain/nr.git" }, "keywords": [ "npm", "run", "nr", "ask", "scripts", "package.json" ], "author": "Jameswain", "license": "MIT", "bugs": { "url": "https://github.com/Jameswain/nr/issues" }, "homepage": "https://github.com/Jameswain/nr#readme", "dependencies": { "cross-spawn": "^7.0.0", "fuzzy": "^0.1.3", "inquirer": "^6.3.1", "inquirer-autocomplete-prompt": "^1.0.1", "update-notifier": "^3.0.1" }, "engines": { "node": ">=6.0.0" } }