-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 862 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
{
"name": "employee-tracker",
"version": "1.0.0",
"description": "[](https://opensource.org/licenses/MIT)",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/moedaaboul/employee-tracker.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/moedaaboul/employee-tracker/issues"
},
"homepage": "https://github.com/moedaaboul/employee-tracker#readme",
"dependencies": {
"cli-color": "^2.0.1",
"console.table": "^0.10.0",
"dotenv": "^14.2.0",
"inquirer": "^8.2.0",
"mysql2": "^2.3.3"
},
"devDependencies": {
"jest": "^27.4.7"
}
}