Node-red-contrib-xxx npm library not found in palette

after publishing of node-red library, the node-red palette does not enumerate my published library.
the published library is public on npmjs. the local usage of this node is ok.
the published npm can be installed by npm.

whats wrong - do I have to register my npm on node-red?

there is following link to publish flows by use on github, npm libraries are not mentioned
https://flows.nodered.org/?num_pages=1

Difficult to check without the name of your node.

But have you included node-red as a keyword, does your package have a ReadMe and license?

See https://nodered.org/docs/creating-nodes/packaging

license:yes
readme:yes

keyword - probably NOT

library: [

node-red-contrib-qmisoft

](https://www.npmjs.com/package/node-red-contrib-qmisoft)

updated keyword

node not enumerated in palette to install

If it doesn’t have the keyword it won’t be picked up.

The npm search runs every couple of hours.

It even says that on the page I linked to.

thanks, I continue testing tomorrow