update
This commit is contained in:
49
package.json
Normal file
49
package.json
Normal file
@@ -0,0 +1,49 @@
|
||||
{
|
||||
"name": "sena-school-management-api",
|
||||
"version": "1.0.0",
|
||||
"description": "School Management System API for 200 schools with BullMQ and Redis caching",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
"start": "node server.js",
|
||||
"dev": "nodemon server.js",
|
||||
"test": "jest --coverage",
|
||||
"lint": "eslint ."
|
||||
},
|
||||
"keywords": [
|
||||
"expressjs",
|
||||
"sequelize",
|
||||
"redis",
|
||||
"bullmq",
|
||||
"school-management"
|
||||
],
|
||||
"author": "Sena Team",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"express": "^4.18.2",
|
||||
"sequelize": "^6.35.2",
|
||||
"mysql2": "^3.6.5",
|
||||
"ioredis": "^5.3.2",
|
||||
"bullmq": "^5.1.0",
|
||||
"dotenv": "^16.3.1",
|
||||
"helmet": "^7.1.0",
|
||||
"cors": "^2.8.5",
|
||||
"compression": "^1.7.4",
|
||||
"morgan": "^1.10.0",
|
||||
"express-rate-limit": "^7.1.5",
|
||||
"joi": "^17.11.0",
|
||||
"bcrypt": "^5.1.1",
|
||||
"jsonwebtoken": "^9.0.2",
|
||||
"winston": "^3.11.0",
|
||||
"express-async-errors": "^3.1.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nodemon": "^3.0.2",
|
||||
"eslint": "^9.17.0",
|
||||
"jest": "^29.7.0",
|
||||
"supertest": "^7.1.3"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0",
|
||||
"npm": ">=9.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user