diff --git a/package.json b/package.json index fadc699f..a225a785 100644 --- a/package.json +++ b/package.json @@ -27,6 +27,7 @@ "license": "GNU", "type": "module", "dependencies": { + "body-parser": "^2.2.0", "chokidar": "^4.0.3", "crc-32": "^1.2.2", "express": "^5", @@ -50,6 +51,7 @@ "typescript": "^5.7" }, "devDependencies": { + "@types/body-parser": "^1.19.6", "@typescript-eslint/eslint-plugin": "^8.28.0", "@typescript-eslint/parser": "^8.28.0", "eslint": "^8",