How to import Github package

So I have this package that I want o use inside Observable notebook.

How can I do that?

By default when I. import some package, it’s trying to get from NPM register, but this one that I want to use it’s from Github register.

So I can do a custom import to a github package (I think, I have no way to verify) but you need to authenticate. Not sure what your plan is for credentials in a notebook. Maybe see if what I wrote is working for you?

Strange… why it’s asking for credentials?
Any clue?

I thought that was the point of these packages, that they are on an authenticated private server. Do you think they are public? If so, perhaps I have constructed the URL wrong and am hitting somewhere random?