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:
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.
Edit
Fixed by changing my project.json to use the name: