-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (25 loc) · 1.01 KB
/
Copy pathpackage.json
File metadata and controls
26 lines (25 loc) · 1.01 KB
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
{
"name": "sql-employee-tracker",
"version": "1.0.0",
"description": "---\r ## Table of Contents\r --- \r - [SQL: Employee Tracker](#sql-employee-tracker)\r - [Table of Contents](#table-of-contents)\r - [Project Description](#project-description)\r - [Installation and Test Instructions](#installation-and-test-instructions)\r - [SQL: Employee Tracker Demo Video](#sql-employee-tracker-demo-video)\r - [Inquire](#inquire)\r - [MIT License](#mit-license)",
"main": "index.js",
"scripts": {
"start":"node server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Bryan3D/SQL-Employee-Tracker.git"
},
"author": "Bryan A Quero",
"license": "MIT",
"bugs": {
"url": "https://github.com/Bryan3D/SQL-Employee-Tracker/issues"
},
"homepage": "https://github.com/Bryan3D/SQL-Employee-Tracker#readme",
"dependencies": {
"console.table": "^0.10.0",
"inquirer": "^8.2.4",
"mysql2": "^2.3.3"
}
}