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

40 lines (39 loc) 851 B
{ "name": "bamazon-cli", "version": "1.0.7", "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": { "bamazon": "./index.js" }, "keywords": ["bamazon","Customer","Manager","Supervisor"], "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", "dotenv": "^6.2.0", "inquirer": "^6.2.2", "mysql": "^2.16.0" }, "devDependencies": { "inspect": "0.0.2" }, "engines": { "node": "10.15.0" } }