Skip to content
Closed
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
"axios": "^1.6.0",
"body-parser": "^1.19.0",
"cors": "^2.8.5",
"csv-writer": "^1.6.0",
"dotenv": "^17.2.1",
"express": "^4.17.1",
"express-async-errors": "^3.1.1",
"express-fileupload": "^1.2.0",
Expand All @@ -16,7 +18,7 @@
"lodash": "^4.17.21",
"loglevel": "^1.7.1",
"mongodb-memory-server": "^7.4.0",
"mongoose": "^6.0.6",
"mongoose": "^6.13.8",
"mongoose-encryption": "^2.1.0",
"node-2fa": "^2.0.2",
"omit-deep-lodash": "^1.1.5",
Expand All @@ -41,6 +43,7 @@
"node-loader": "^2.1.0",
"rimraf": "^5.0.5",
"ts-loader": "^9.5.1",
"tsx": "^4.20.4",
"typescript": "^5.3.3",
"webpack": "^5.89.0",
"webpack-cli": "^5.1.4"
Expand All @@ -61,6 +64,7 @@
"lint": "eslint --fix src/**/*.ts",
"lint:check": "eslint src/**/*.ts",
"start": "rm -rf ./dist && tsc && doppler run -- node ./dist/src/index.js",
"dev": "rm -rf ./dist && tsc && doppler run -- node ./dist/src/test.js",
"test": "cross-env S3_BUCKET_NAME=test jest --runInBand --forceExit"
}
}
Loading
Loading