UNPKG

customer-cli-test

Version:

Customer management CLI

18 lines 403 B
{ "name": "customer-cli-test", "version": "1.0.0", "description": "Customer management CLI", "main": "index.js", "preferGlobal": true, "bin": "./commands.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Brad Traversy", "license": "MIT", "dependencies": { "commander": "^2.11.0", "inquirer": "^4.0.0", "mongoose": "^4.13.2" } }