-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 960 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 960 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
{
"name": "login_server",
"version": "1.0.0",
"description": "Backend for a login system",
"main": "index.js",
"scripts": {
"test": "jest",
"test-coverage": "jest --coverage=true"
},
"author": "",
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.1693.0",
"bcrypt": "^6.0.0",
"cors": "^2.8.6",
"dotenv": "^17.4.2",
"expo-server-sdk": "^6.1.0",
"express": "^5.2.1",
"express-rate-limit": "^8.4.1",
"geoip-lite": "^2.0.2",
"jest-extended": "^7.0.0",
"jsonwebtoken": "^9.0.3",
"mongoose": "^9.6.2",
"multer": "^2.1.1",
"node-device-detector": "^2.2.5",
"nodemailer": "^8.0.7",
"sanitize-filename": "^1.6.4",
"sharp": "^0.34.5",
"socket.io": "^4.8.3",
"stream": "^0.0.3",
"string-similarity": "^4.0.4",
"supertest": "^7.2.2",
"swagger-ui-express": "^5.0.1"
},
"devDependencies": {
"jest": "^30.4.2",
"mongodb-memory-server": "^11.1.0"
}
}