-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 801 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 801 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
{
"name": "back",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"node.js",
"express",
"jwt",
"login",
"registration",
"authentication",
"authorization",
"mongodb",
"mongoose"
],
"author": "TLY",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"cookie-session": "^2.0.0",
"cors": "^2.8.5",
"express": "^4.18.2",
"express-session": "^1.17.3",
"hash-anything": "^1.3.3",
"jsonwebtoken": "^9.0.0",
"mongodb": "^5.1.0",
"mongodb-client-encryption": "^2.6.0",
"mongoose": "^6.10.0",
"mongoose-encryption": "^2.1.2",
"mongoose-field-encryption": "^6.0.0",
"uuid-base64": "^1.0.0"
}
}