1
0
mirror of https://github.com/tcgdex/cards-database.git synced 2025-08-14 01:31:59 +00:00

feat: Add openapi explorer

Signed-off-by: Avior <git@avior.me>
This commit is contained in:
2024-08-30 10:32:34 +02:00
committed by Avior
parent 5928a1dd25
commit 58084310e3
6 changed files with 2317 additions and 36 deletions

View File

@@ -17,12 +17,15 @@
"express": "^4",
"graphql": "^15",
"graphql-http": "^1.22.1",
"ruru": "^2.0.0-beta.14"
"ruru": "^2.0.0-beta.14",
"swagger-ui-express": "^5.0.1",
"yaml": "^2.5.0"
},
"devDependencies": {
"@types/apicache": "^1",
"@types/express": "^4",
"@types/node": "^20",
"@types/swagger-ui-express": "^4.1.6",
"glob": "^10",
"typescript": "^4"
}