You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Bamazon is an Amazon-like storefront that uses MySQL to take in orders from customers and deplete stock from the store's inventory, from the command line.",
"main": "bamazonCustomer.js",
"dependencies": {
"inquirer": "^3.2.3",
"mysql": "^2.14.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"