I want to protect my npm packages. So that new changes will not break the current performance. Just proxying does not suit me.
Now i am moving packages from node_modules via command:
npm publish --registry http://my.verdaccio.server
but many transitive dependencies have their own build and publish scripts. I have to manually deal with each problematic package. Is there any official way to transfer packages to verdaccio, without a proxy?