Importing NPM packages with `npm:` where package has `@` in the name
I want to import the package
I tried to add to my
but it doesn't work:
I also tried: removing the leading
@hono/zod-openapi, version 0.30I tried to add to my
deno.json like so:but it doesn't work:
I also tried: removing the leading
@ and tried @hono@0.3.0/zod-openapi but those don't work either.