-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 966 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
39
40
41
42
43
44
{
"name": "api",
"version": "1.0.0",
"description": "Nest backend",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon",
"start": "node"
},
"keywords": [
"Nest",
"-",
"Real",
"Estate"
],
"author": "Bolaji Bolajoko",
"license": "ISC",
"dependencies": {
"@prisma/client": "^5.16.1",
"bcrypt": "^5.1.1",
"connect-timeout": "^1.9.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"csv-parser": "^3.0.0",
"dotenv": "^16.4.5",
"express": "^4.19.2",
"express-rate-limit": "^7.3.1",
"express-validator": "^7.1.0",
"jsonwebtoken": "^9.0.2",
"marked": "^13.0.2",
"mjml": "^4.15.3",
"ms": "^2.1.3",
"nodemailer": "^6.9.13",
"nodemon": "^3.1.3",
"sanitize-html": "^2.13.0",
"swagger-ui-express": "^5.0.1",
"ws": "^8.18.0"
},
"devDependencies": {
"prisma": "^5.16.1"
}
}