-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 1016 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 1016 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "bamazon",
"version": "1.0.0",
"description": "In this activity, you'll be creating an Amazon-like storefront with the MySQL skills you learned this unit. The app will take in orders from customers and deplete stock from the store's inventory. As a bonus task, you can program your app to track product sales across your store's departments and then provide a summary of the highest-grossing departments in the store.",
"main": "bamazonCustomer.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/markpython86/bamazon.git"
},
"keywords": [],
"author": "Mark Faraj",
"license": "ISC",
"bugs": {
"url": "https://github.com/markpython86/bamazon/issues"
},
"homepage": "https://github.com/markpython86/bamazon#readme",
"dependencies": {
"cli-table": "^0.3.1",
"cli-table2": "^0.2.0",
"console.table": "^0.10.0",
"inquirer": "^6.2.1",
"mysql": "^2.16.0"
}
}