-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.15 KB
/
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
44
45
46
{
"name": "ddd_carwash",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon ./dist/app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@types/compression": "^1.7.2",
"@types/mongoose": "^5.11.97",
"@types/uuid": "^9.0.1",
"awilix": "^8.0.0",
"aws-sdk": "^2.1329.0",
"bcrypt": "^5.1.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"express-validator": "^6.15.0",
"generate-password": "^1.7.0",
"google-auth-library": "^8.7.0",
"jsonwebtoken": "^9.0.0",
"moment": "^2.29.4",
"moment-timezone": "^0.5.41",
"mongoose": "^6.10.0",
"mongoose-paginate-v2": "^1.7.1",
"multer": "^1.4.5-lts.1",
"socket.io": "^4.6.1",
"twilio": "^4.8.0"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/cors": "^2.8.13",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.17",
"@types/jsonwebtoken": "^9.0.1",
"@types/multer": "^1.4.7",
"nodemon": "^2.0.20",
"tslint": "^6.1.3"
}
}