-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 872 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": "y",
"version": "1.0.0",
"description": "backend for react app",
"main": "/src/app.ts",
"scripts": {
"test": "jest --watchAll",
"start": "nodemon src/app.ts",
"build": "tsc"
},
"author": "abin t h",
"license": "ISC",
"dependencies": {
"bcrypt": "^5.1.0",
"cloudinary": "^1.36.4",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.0",
"mongoose": "^7.1.0",
"multer": "^1.4.5-lts.1",
"multer-storage-cloudinary": "^4.0.0",
"qs": "^6.11.1"
},
"devDependencies": {
"@types/bcrypt": "^5.0.0",
"@types/cors": "^2.8.13",
"@types/express": "^4.17.17",
"@types/jest": "^29.5.1",
"@types/morgan": "^1.9.4",
"@types/multer": "^1.4.7",
"cors": "^2.8.5",
"jest": "^29.5.0",
"morgan": "^1.10.0",
"ts-jest": "^29.1.0",
"typescript": "^5.0.4"
}
}