37 lines
810 B
JSON
37 lines
810 B
JSON
{
|
|
"name": "smc_cet_creditpd_backend",
|
|
"version": "1.0.0",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"start": "nodemon server.js"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"body-parser": "^1.19.0",
|
|
"cors": "^2.8.5",
|
|
"date-and-time": "^2.3.1",
|
|
"dateformat": "^5.0.3",
|
|
"dotenv": "^10.0.0",
|
|
"express": "^4.17.1",
|
|
"global": "^4.4.0",
|
|
"lodash": "^4.17.21",
|
|
"log4js": "^6.3.0",
|
|
"moment": "^2.29.3",
|
|
"mssql": "^7.2.0",
|
|
"multer": "^1.4.4",
|
|
"parse": "^3.4.2",
|
|
"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"
|
|
},
|
|
"devDependencies": {
|
|
"nodemon": "^2.0.12"
|
|
},
|
|
"description": ""
|
|
}
|