Sometimes you want to split up code into several npm packages, in my case I had a css/vue library called “hop” and a project, called “flow” in which I used hop. Later on I build a prosemirror-based text editor but because its quite huge I did not want it to…