summaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorseth <[email protected]>2024-07-31 17:03:15 -0400
committerseth <[email protected]>2024-07-31 17:03:15 -0400
commitc676c82b55dbcf052987878ba39d40a5c325e16a (patch)
treed54e1b3a2461cd17c57c0e7ff3cd208e4a99f26b /package.json
parentd43240003212e9a5b92b936d9a0b90adfb41bdcb (diff)
add swagger ui
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index a7ef9c5..5b1ff3f 100644
--- a/package.json
+++ b/package.json
@@ -10,6 +10,7 @@
"fmt": "prettier --write ."
},
"dependencies": {
+ "@hono/swagger-ui": "^0.4.0",
"@hono/zod-openapi": "^0.15.1",
"@hono/zod-validator": "^0.2.2",
"hono": "^4.5.3",