-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 944 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 944 Bytes
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": "mecwin-order-management-system",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/bcrypt": "^5.0.2",
"@types/express": "^5.0.0",
"@types/joi": "^17.2.3",
"@types/jsonwebtoken": "^9.0.7",
"@types/morgan": "^1.9.9",
"@types/multer": "^1.4.12",
"@types/sharp": "^0.32.0",
"bcrypt": "^5.1.1",
"cors": "^2.8.5",
"csvtojson": "^2.0.10",
"express": "^4.21.1",
"express-winston": "^4.2.0",
"http-status-codes": "^2.3.0",
"joi": "^17.13.3",
"jsonwebtoken": "^9.0.2",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"pdf-compressor": "^1.0.5",
"pg": "^8.13.0",
"sequelize": "^6.37.4",
"sharp": "^0.33.5",
"tsc": "^2.0.4",
"typescript": "^5.6.3",
"umzug": "^3.8.2"
}
}