-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
39 lines (39 loc) · 1.05 KB
/
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
{
"name": "authentication-service",
"version": "1.0.0",
"description": "The general purpose authentication service with no frontend.",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/p5279/microservices/authentication-service.git"
},
"author": "sumukshashidhar",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://gitlab.com/p5279/microservices/authentication-service/issues"
},
"homepage": "https://gitlab.com/p5279/microservices/authentication-service#readme",
"dependencies": {
"bcrypt": "^5.0.1",
"body-parser": "^1.19.1",
"cors": "^2.8.5",
"dotenv": "^11.0.0",
"express": "^4.17.2",
"express-validator": "^6.14.0",
"fs": "^0.0.1-security",
"helmet": "^5.0.1",
"jest": "^27.4.7",
"joi": "^17.5.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "^6.1.6",
"morgan": "^1.10.0",
"path": "^0.12.7",
"prettier": "^2.5.1",
"rfs": "^9.0.6",
"rotating-file-stream": "^3.0.2",
"winston": "^3.4.0"
}
}