You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deno does not have a package.json. It has an optional deno.json.
Deno does not create a node_modules directory alongside each project. It downloads modules into ~/.cache/deno/deps.
Deno CAN use packages from npm, jsr, and https. It can use multiple sources within the same project.
Need to explore other ways package maintainers can add funding metadata to their packages. Maybe https imports will never work, but it should be possible to make it work with both npm and jsr packages on Deno.
The text was updated successfully, but these errors were encountered:
package.json
. It has an optionaldeno.json
.node_modules
directory alongside each project. It downloads modules into~/.cache/deno/deps
.Need to explore other ways package maintainers can add funding metadata to their packages. Maybe https imports will never work, but it should be possible to make it work with both npm and jsr packages on Deno.
The text was updated successfully, but these errors were encountered: