-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.17 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.17 KB
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
42
{
"name": "school-management-system-rest-api",
"description": "Develop and deploy a RESTful API for a School Management System",
"version": "1.0.0",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon index.js"
},
"git repository": "https://github.com/josephfox-ch/School-Management-System-REST-API",
"author": "Joseph FOX",
"license": "MIT",
"dependencies": {
"@vercel/speed-insights": "^1.0.10",
"bcrypt": "^5.1.1",
"cors": "^2.8.5",
"date-fns": "^3.3.1",
"dotenv": "^16.4.4",
"express": "^4.18.2",
"express-async-handler": "^1.2.0",
"express-validator": "^7.0.1",
"fs": "^0.0.1-security",
"jsonwebtoken": "^9.0.2",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"mysql2": "^3.9.2",
"node-cron": "^3.0.3",
"nodemailer": "^6.9.9",
"openapi": "^1.0.1",
"passport": "^0.7.0",
"passport-jwt": "^4.0.1",
"path": "^0.12.7",
"pdfkit": "^0.14.0",
"pdfkit-table": "^0.1.99",
"sequelize": "^6.37.0",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.0",
"uuid": "^9.0.1",
"yaml-js": "^0.3.1"
}
}