34 lines
735 B
JSON
34 lines
735 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",
|
|
"express": "^4.17.1",
|
|
"formula-yearfrac": "^0.0.1",
|
|
"log4js": "^6.3.0",
|
|
"mssql": "^7.2.0",
|
|
"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"
|
|
}
|
|
}
|