-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 933 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 933 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
{
"name": "linkify-extended",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"dependencies": {
"@aws-sdk/client-cloudfront": "^3.1062.0",
"@aws-sdk/client-s3": "^3.1057.0",
"@aws-sdk/client-ses": "^3.1057.0",
"@aws-sdk/cloudfront-signer": "^3.1059.0",
"@aws-sdk/s3-presigned-post": "^3.1057.0",
"@aws-sdk/s3-request-presigner": "^3.1058.0",
"bcrypt": "^6.0.0",
"cookie-parser": "^1.4.7",
"cors": "^2.8.6",
"crypto": "^1.0.1",
"dotenv": "^17.4.2",
"express": "^5.2.1",
"jsonwebtoken": "^9.0.3",
"mongoose": "^9.6.3",
"morgan": "^1.11.0",
"multer": "^2.1.1",
"sharp": "^0.34.5",
"socket.io": "^4.8.3",
"winston": "^3.19.0",
"winston-mongodb": "^7.0.1",
"zod": "^4.4.3"
}
}