I'm building a WebGL in Unity2021.3.2f1 and use Jint 2.11.58 (on Net2.1) to work with real JavaScript in Unity. I have my JavaScript in files, in a single folder beside Assets. Works fine.
I want to include HiveJS, which is available via npm.
Jint supports npm packages - but I don't know (and didn't found) how to include/use a package via Jint in Unity.
Thank you for your attention and help.