-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.03 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.03 KB
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
{
"name": "deliverify-api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"directories": {
"test": "tests"
},
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "Authenticaiton-API"
},
"keywords": [
"delivery",
"deliverify",
"shipping",
"shopping",
"API",
"2FA",
"JWT",
"Authentication"
],
"author": "TheVlpha",
"license": "ISC",
"dependencies": {
"@mollie/api-client": "^4.1.0",
"aws-sdk": "^2.1691.0",
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.3",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.21.0",
"express-session": "^1.18.0",
"express-validator": "^7.2.0",
"jsonwebtoken": "^9.0.2",
"mongodb": "^6.9.0",
"mongoose": "^8.6.3",
"multer": "^1.4.5-lts.1",
"multer-s3": "^3.0.1",
"nodemailer": "^6.9.15",
"socket.io": "^4.8.0",
"socket.io-client": "^4.8.0"
},
"devDependencies": {
"jest": "^29.7.0",
"nodemon": "^3.1.7",
"supertest": "^7.0.0"
}
}