nbd-wtf / nostr-tools

Tools for developing Nostr clients.
The Unlicense
685 stars 188 forks source link

Publish to JSR #376

Open alexgleason opened 6 months ago

alexgleason commented 6 months ago

I've just published this package: https://jsr.io/@nostr/tools

Now we should test that everything works.

alexgleason commented 6 months ago

It works!

image

But it's important to note that packages on JSR don't provide CommonJS builds, so you cannot require them. You need "type": "module" in your package.json to use this on Node.js.