Remove Lerna
Lerna assumes that all packages are published at the same time and that
they're dependent on one another.
This is not the case here. Instead, we can just manually publish
individual packages by running `npm publish` inside the particular
package to be published