-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 809 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 809 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
28
{
"name": "Bamazon",
"version": "1.0.0",
"description": "Bamazon is an Amazon-like store front that takes in orders from customers and depletes stock from the store's inventory using mySQL database.",
"main": "bamazonReadFile.js",
"scripts": {
"start": "node dashboard.js",
"test": "echo \"Error: no test specified\" && exit 1",
"mysql": "mysql -u root -p bamazon_db"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hmlauth/Bamazon.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/hmlauth/Bamazon/issues"
},
"homepage": "https://github.com/hmlauth/Bamazon#readme",
"dependencies": {
"colors": "^1.3.3",
"console.table": "^0.10.0",
"inquirer": "^6.2.2",
"mysql": "^2.16.0"
}
}