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 +}