I should be able to release a NPM package of https://github.com/BlowaterNostr/nostr.ts which is on Deno at the moment.
Version 3.0.0 is coming.
The source code is written in TS, but I will publish 3 distributions:
TS module
ES module
CommonJS module ( NodeJS )
The CommonJS module is ridiculous because most developer will transpile it to ES module during the bundling.
But, since most developers are still on NodeJS, I decide to support it for a while.
Migrating to Deno is the right move.