-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1016 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "staff-monitoring-system",
"version": "0.0.1",
"description": "Staff Monitoring System (S.M.S.) Is an application to help companies manage employee databases.",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shindekokoro/staff-monitoring-system.git"
},
"keywords": [
"node",
"mysql",
"cli",
"business",
"departments",
"roles",
"employees",
"cms",
"sms",
"monitoring",
"management",
"content",
"staff"
],
"author": "Brian Whisler",
"license": "MIT",
"bugs": {
"url": "https://github.com/shindekokoro/staff-monitoring-system/issues"
},
"homepage": "https://github.com/shindekokoro/staff-monitoring-system#readme",
"dependencies": {
"colors": "^1.4.0",
"console-table-printer": "^2.11.2",
"inquirer": "^8.2.4",
"mysql2": "^3.6.0"
},
"devDependencies": {
"eslint": "^8.48.0"
}
}