smc_cet_credit_policy_backend/package.json
2023-07-20 13:25:42 +05:30

36 lines
780 B
JSON

{
"name": "smc_cet_creditpd_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",
"json-rules-engine": "^6.1.2",
"log4js": "^6.3.0",
"mssql": "^7.2.0",
"path": "^0.12.7",
"pm2": "^5.2.0",
"request": "^2.88.2",
"sequelize": "^6.6.5",
"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"
}
}