{
"name": "imali_store_reports",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"nodemon": "^2.0.15"
},
"dependencies": {
"axios": "^0.21.4",
"debug": "^4.3.3",
"dotenv": "^16.0.3",
"exceljs": "^4.3.0",
"express": "^4.17.3",
"mysql": "^2.18.1",
"nodemailer": "^6.7.2",
"promise-mysql": "^5.2.0",
"util": "^0.12.5",
"winston": "^3.6.0",
"xlsx": "^0.18.5",
"xlsx-generator": "^1.0.3"
}
}