dependencies mapped in deno.json
As the project grows it would be nice to be able to use the import-map capability of
https://docs.deno.com/runtime/manual/basics/import_maps
Now that
deno.jsonhttps://docs.deno.com/runtime/manual/basics/import_maps
Now that
deno add can insert packages into deno.json from npm and jsr it's preferred over URL imports.