Support Deno
Open
- Dominant language
- TypeScript
- Stars
- 9
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
- 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](https://jsr.io/), and [https](https://docs.deno.com/runtime/fundamentals/modules/#https-imports). 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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.