Package List
The app is based on NodeJS and built on an express framework. We use NPM as our package manager and ensure that the app runs on LTS version of node.js
"dependencies": {
"archiver": "^5.3.1",
"aws-sdk": "^2.1232.0",
"axios": "^0.27.2",
"cors": "^2.8.5",
"dotenv": "^16.0.2",
"express": "^4.18.1",
"helmet": "^6.0.0",
"morgan": "^1.10.0",
"multer": "^1.4.5-lts.1",
"multer-s3": "^3.0.1"
}