-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 977 Bytes
/
package.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
{
"name": "login_server",
"version": "1.0.0",
"description": "Backend for a login system",
"main": "server.js",
"scripts": {
"test": "jest",
"test-coverage": "jest --coverage=true"
},
"author": "",
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.1371.0",
"bcrypt": "^5.0.1",
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"expo-server-sdk": "^3.6.0",
"express": "^4.17.1",
"express-device": "^0.4.2",
"express-rate-limit": "^6.7.0",
"fs-extra": "^10.1.0",
"geoip-lite": "^1.4.7",
"jest-extended": "^4.0.2",
"jsonwebtoken": "^9.0.0",
"mongoose": "^7.5.0",
"multer": "^1.4.3",
"nodemailer": "^6.7.3",
"sanitize-filename": "^1.6.3",
"sharp": "^0.30.6",
"socket.io": "^4.4.0",
"stream": "^0.0.2",
"string-similarity": "^4.0.4",
"swagger-ui-express": "^4.5.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"jest": "^29.7.0",
"mongodb-memory-server": "^9.4.0"
}
}