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

29 lines (28 loc) 571 B
{ "name": "bamazon_manager", "version": "1.0.0", "description": "", "main": "index.js", "directories": { "lib": "lib" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/lramac3/bamazon.git" }, "bin": { "bamazonManager": "./index.js" }, "keywords": [], "author": "Linu Ramachandran", "license": "ISC", "dependencies": { "chalk": "^2.4.2", "cli-table-redemption": "^1.0.1", "inquirer": "^6.2.2", "mysql": "^2.16.0" } }