dependencies mapped in deno.json
As the project grows it would be nice to be able to use the import-map capability of
deno.json
https://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.Import Maps | Deno Docs
In order for Deno to resolve a bare specifier like "react" or "lodash", it
0 Replies