smc_cet_financials_backend/package.json
suseendhiran17 921633b50f susee:log
2023-07-19 16:05:02 +05:30

34 lines
725 B
JSON

{
"name": "smc_cet_financials_backend",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "nodemon server.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"ejs": "^3.1.9",
"express": "^4.17.1",
"fs": "0.0.1-security",
"log4js": "^6.3.0",
"mssql": "^7.2.0",
"path": "^0.12.7",
"request": "^2.88.2",
"sequelize": "^6.6.5",
"swagger-jsdoc": "^6.1.0",
"swagger-ui-express": "^4.1.6",
"sync": "^0.2.5",
"winston": "^3.3.3",
"winston-daily-rotate-file": "^4.5.5"
},
"devDependencies": {
"nodemon": "^2.0.12"
}
}