-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 996 Bytes
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 996 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
39
40
{
"name": "test-mangement",
"version": "1.0.0",
"main": "app.js",
"type": "module",
"repository": "git@github.com:Leefranklyn/test-mangement.git",
"author": "Leefranklyn <benimarolee@gmail.com>",
"license": "MIT",
"scripts": {
"test": "test",
"start": "NODE_ENV=production node app.js",
"dev": "NODE_ENV=development nodemon app.js"
},
"engines": {
"node": "19.9.0"
},
"dependencies": {
"cloudinary": "^1.40.0",
"connect-mongodb-session": "^3.1.1",
"connect-redis": "^7.1.0",
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-session": "^1.17.3",
"googleapis": "^126.0.1",
"ioredis": "^5.3.2",
"jsonwebtoken": "^9.0.2",
"logger": "^0.0.1",
"mongoose": "^7.6.2",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"multer-storage-cloudinary": "^4.0.0",
"nodemailer": "^6.9.5",
"uuid": "^9.0.0",
"zod": "^3.22.2"
},
"devDependencies": {
"nodemon": "^3.0.1"
}
}