-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage-lock.json
55 lines (55 loc) · 1.28 KB
/
package-lock.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": "email-imap-client",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "email-imap-client",
"version": "1.0.0",
"license": "ISC"
},
"backend": {
"name": "email-imap-client",
"version": "1.0.0",
"extraneous": true,
"license": "ISC",
"dependencies": {
"axios": "^1.7.2",
"bcryptjs": "^2.4.3",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.31.2",
"helmet": "^7.1.0",
"imap": "^0.8.19",
"morgan": "^1.10.0",
"pg": "^8.12.0",
"qs": "^6.12.1",
"shared-types": "*",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/bcryptjs": "^2.4.6",
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/morgan": "^1.9.9",
"@types/node": "^20.14.9",
"@types/pg": "^8.11.6",
"drizzle-kit": "^0.22.7",
"express": "^4.19.2",
"ts-node": "^10.9.2",
"typescript": "^5.5.2"
}
},
"packages/shared-types": {
"version": "1.0.0",
"extraneous": true,
"dependencies": {
"zod": "^3.23.8"
},
"devDependencies": {
"typescript": "^5.5.2"
}
}
}
}