-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.37 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
47
48
49
50
51
52
53
54
55
{
"name": "tech-scipy",
"version": "1.0.0",
"description": "The rest api project",
"main": "index.js",
"scripts": {
"dev": "nodemon server.ts"
},
"keywords": [
"Rest",
"api"
],
"author": "tamim <[email protected]>",
"license": "ISC",
"devDependencies": {
"@eslint/js": "^9.3.0",
"@types/bcrypt": "^5.0.2",
"@types/cors": "^2.8.17",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.21",
"@types/http-errors": "^2.0.4",
"@types/jsonwebtoken": "^9.0.6",
"@types/mongoose": "^5.11.97",
"@types/multer": "^1.4.11",
"@types/node": "^20.12.13",
"eslint": "^9.3.0",
"globals": "^15.3.0",
"mongoose": "^8.4.1",
"nodemon": "^3.1.2",
"ts-node": "^10.9.2",
"typescript": "^5.4.5",
"typescript-eslint": "^7.11.0"
},
"dependencies": {
"@types/body-parser": "^1.19.5",
"@types/cookie-parser": "^1.4.7",
"@types/morgan": "^1.9.9",
"@types/nodemailer": "^6.4.15",
"bcrypt": "^5.1.1",
"body-parser": "^1.20.2",
"cloudinary": "^2.2.0",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"express": "^4.19.2",
"http-errors": "^2.0.0",
"jsonwebtoken": "^9.0.2",
"mongodb": "^6.7.0",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"multer-storage-cloudinary": "^4.0.0",
"nodemailer": "^6.9.14",
"sharp": "^0.33.4",
"slugify": "^1.6.6"
}
}