The following packages are currently listed as peer dependencies:
@standard-community/standard-json
@standard-community/standard-openapi
@types/json-schema
openapi-types
But according to the documentation, only the following packages are required to be installed:
hono-openapi
@hono/standard-validator
Therefore, the following action could be done to fix it:
- Move the additional peer dependencies into the
dependencies field, or
- Update the documentation to clearly state that these packages also need to be installed.