-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 888 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 888 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
{
"name": "login-server-express",
"version": "1.1.11",
"description": "An Express application for the Login Server",
"repository": "https://github.com/raravi/login-server-express.git",
"main": "app.js",
"scripts": {
"test": "nyc --reporter=lcov --reporter=text mocha"
},
"author": "Amith Raravi <amith.raravi@gmail.com>",
"license": "MIT",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"express": "^4.17.1",
"express-rate-limit": "^5.5.0",
"is-empty": "^1.2.0",
"jsonwebtoken": "^8.5.1",
"mongoose": "5.13.8",
"nodemailer": "^6.9.9",
"validator": "^13.7.0"
},
"devDependencies": {
"chai": "^4.3.4",
"chai-http": "^4.3.0",
"codecov": "^3.8.3",
"dotenv": "^10.0.0",
"jwt-decode": "^3.1.2",
"mocha": "^9.1.3",
"nyc": "^15.1.0",
"sinon": "^12.0.1"
}
}