UNPKG

bamazon-cli

Version:

Find everything you need at Bamazon! Bamazon, the node cli shopping app is an interactive app which allows the users to purchase items as a customer, view, track and update the product inventory as a manager, and track the total sales by department as a s

22 lines (21 loc) 421 B
{ "name": "bamazon_supervisor", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "bin": { "bamazonSupervisor": "./index.js" }, "keywords": [], "author": "", "license": "ISC", "dependencies": { "chalk": "^2.4.2", "cli-table-redemption": "^1.0.1", "inquirer": "^6.2.2", "mysql": "^2.16.0" } }