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

31 lines (30 loc) 695 B
{ "name": "bamazon_customer", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/lramac3/bamazon.git" }, "bin": { "bamazonCustomer": "./index.js" }, "keywords": [], "author": "Linu Ramachandran", "license": "ISC", "bugs": { "url": "https://github.com/lramac3/bamazon/issues" }, "homepage": "https://github.com/lramac3/bamazon#readme", "dependencies": { "chalk": "^2.4.2", "cli-table-redemption": "^1.0.1", "console.table": "^0.10.0", "inquirer": "^6.2.2", "mysql": "^2.16.0" } }