-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 loc) · 872 Bytes
/
package.json
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": "cli-content-management-system",
"version": "1.0.0",
"description": "A command-line application from scratch to manage a company's employee database, using Node.js, Inquirer, and MySQL.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jengle-dev/CLI-Content-Management-System.git"
},
"keywords": [],
"author": "Jennifer Engle",
"license": "ISC",
"bugs": {
"url": "https://github.com/jengle-dev/CLI-Content-Management-System/issues"
},
"homepage": "https://github.com/jengle-dev/CLI-Content-Management-System#readme",
"dependencies": {
"console-table-printer": "^2.11.1",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"inquirer": "^8.2.4",
"mysql2": "^3.2.4"
}
}