-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 877 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
{
"name": "harri_task",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"dev": "cross-env NODE_ENV=dev nodemon index.js",
"prod": "cross-env NODE_ENV=prod && node index.js",
"qa": "cross-env NODE_ENV=qa node index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"config-json": "^1.0.0",
"config.json": "0.0.4",
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"express": "^4.17.2",
"helmet": "^5.0.2",
"http-status-codes": "^2.2.0",
"joi": "^17.6.0",
"jsonwebtoken": "^8.5.1",
"module": "^1.2.5",
"morgan": "^1.10.0",
"mysql2": "^2.3.3",
"path": "^0.12.7",
"properties-reader": "^2.2.0",
"sequelize": "^6.15.1",
"umzug": "^3.0.0",
"winston": "^3.5.1"
},
"devDependencies": {
"nodemon": "^2.0.15"
}
}