getAlby / getAlby/pkgzap

Support Deno

Open
#64 2 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.