Skip to content

Support Deno #64

@alexgleason

Description

@alexgleason
  • 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions