Files
Optifii/package.json

31 lines
675 B
JSON

{
"name": "optifii",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "nodemon src/index",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"axios": "^1.7.7",
"compression": "^1.7.4",
"cors": "^2.8.5",
"dotenv": "^16.4.5",
"express": "^4.21.0",
"express-rate-limit": "^7.4.0",
"helmet": "^7.1.0",
"http-status": "^1.7.4",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"mysql2": "^3.11.2",
"sequelize": "^6.37.3",
"winston": "^3.14.2",
"xss-clean": "^0.1.4",
"yup": "^1.4.0"
}
}