-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1001 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
41
{
"name": "imms",
"version": "1.0.0",
"description": "Internal Marks Management System For College",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "2BAD",
"license": "ISC",
"dependencies": {
"axios": "^0.21.0",
"bcrypt": "^5.0.0",
"bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"excel4node": "^1.7.2",
"express": "^4.17.1",
"express-mongo-sanitize": "^2.0.0",
"express-rate-limit": "^5.1.3",
"generate-password": "^1.5.1",
"helmet": "^4.1.1",
"hpp": "^0.2.3",
"joi": "^17.3.0",
"jsonwebtoken": "^8.5.1",
"morgan": "^1.10.0",
"mysql": "^2.18.1",
"mysql2": "^2.2.5",
"ndb": "^1.1.5",
"nodemailer": "^6.4.11",
"nodemon": "^2.0.6",
"request-ip": "^2.1.3",
"roman-numerals": "^0.3.2",
"validator": "^13.5.2",
"xss-clean": "^0.1.1"
},
"devDependencies": {
"eslint": "^7.15.0"
}
}