Wappler UI doesn't recognize appconnect component when it's devDependency

I have this npm package in my package.json:

"@my-company/wappler-tiptap": "file:src/@my-company/wappler-tiptap"

This works fine and in wappler I can see it:

But when I move it under devDependenices:
CleanShot 2024-11-28 at 20.20.11


it doesn't show up anymore.

Can you explain the logic @patrick and tell me how I can have it show up in the UI but have it as a devdepency ?
Relevant: I bundle the script in the folder wtih it's own bundler because it requires a locked npm registry for some plugins and this just simplifies it.
CleanShot 2024-11-28 at 20.18.08

Edit

Fixed by changing my project.json to use the name: