feat(swagger): create develop-swagger branch and install dependencies

- Install swagger-ui-express, swagger-jsdoc, yamljs
- Prepare for OpenAPI 3.1 spec integration
This commit is contained in:
2026-05-21 12:28:52 +01:00
parent 5d0da45e10
commit 93a8c3fd2e
2 changed files with 386 additions and 6 deletions
+4 -1
View File
@@ -23,7 +23,10 @@
"express-rate-limit": "^7.0.0",
"helmet": "^7.0.0",
"jsdom": "^29.1.1",
"xmlrpc": "^1.3.2"
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1",
"xmlrpc": "^1.3.2",
"yamljs": "^0.3.0"
},
"devDependencies": {
"@vitest/coverage-v8": "^4.1.6",