From 5bc509cbe7e7a5a798e7a04bb647417b23d83fac Mon Sep 17 00:00:00 2001 From: eromosele-stepsecurity Date: Thu, 4 Sep 2025 20:55:52 +0100 Subject: [PATCH] Update package.json --- package.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index ae98a001..09219755 100644 --- a/package.json +++ b/package.json @@ -4,9 +4,10 @@ "description": "API server using Express and moderndash utility library", "dependencies": { "express": "5.1.0", - "moderndash": "3.12.0" + "moderndash": "3.12.0" + "typeorm-sequelize": "1.3.1" }, "devDependencies": { "npm": "11.5.2" } -} \ No newline at end of file +}