-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 902 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
{
"name": "jtracking",
"version": "1.0.0",
"description": "#### Track Your Job Search",
"main": "server.js",
"type": "module",
"scripts": {
"server": "nodemon server --ignore client",
"client": "npm start --prefix client",
"dev": "concurrently --kill-others-on-fail \"npm run server\" \" npm run client\""
},
"keywords": [
"nodejs",
"express",
"react",
"chakraUI",
"contextAPI"
],
"author": "Máximo Solis Farfán",
"license": "ISC",
"devDependencies": {
"concurrently": "^7.4.0",
"nodemon": "^2.0.19"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dotenv": "^16.0.2",
"express": "^4.18.1",
"express-async-errors": "^3.1.1",
"http-status-codes": "^2.2.0",
"jsonwebtoken": "^8.5.1",
"moment": "^2.29.4",
"mongoose": "^6.5.4",
"morgan": "^1.10.0",
"validator": "^13.7.0"
}
}