smc_cet_mainapp_backend/package.json
suseendhiran17 400f78b3ed susee:log
2023-07-19 16:08:01 +05:30

37 lines
807 B
JSON

{
"name": "smc_cet_mainapp_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",
"date-fns": "^2.28.0",
"dist": "^0.1.2",
"dotenv": "^10.0.0",
"ejs": "^3.1.9",
"express": "^4.17.1",
"formula-yearfrac": "^0.0.1",
"fs": "0.0.1-security",
"log4js": "^6.3.0",
"mssql": "^7.2.0",
"path": "^0.12.7",
"request": "^2.88.2",
"sequelize": "^6.21.1",
"swagger-jsdoc": "^6.1.0",
"swagger-ui-express": "^4.1.6",
"winston": "^3.3.3",
"winston-daily-rotate-file": "^4.5.5",
"xlsx": "^0.18.5"
},
"devDependencies": {
"nodemon": "^2.0.12"
}
}