refactor: Replace uuid and dotenv with bun primitives

This commit is contained in:
2026-02-20 22:05:23 +01:00
parent a1e697acb2
commit abce517d86
10 changed files with 37 additions and 52 deletions

View File

@@ -33,7 +33,6 @@
"cookie-parser": "1.4.5",
"cors": "2.8.5",
"csvtojson": "2.0.10",
"dotenv": "8.2.0",
"express": "4.17.1",
"glob": "^13.0.6",
"jsonwebtoken": "8.5.1",
@@ -48,7 +47,6 @@
"typeorm": "0.2.30",
"typeorm-routing-controllers-extensions": "0.2.0",
"typeorm-seeding": "1.6.1",
"uuid": "8.3.2",
"validator": "13.5.2"
},
"devDependencies": {