-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
- Deno does not have a
package.json. It has an optionaldeno.json. - Deno does not create a
node_modulesdirectory 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.
Metadata
Metadata
Assignees
Labels
No labels