So with the release of NPM 7.0.0, I am trying to figure out how to use NPM instead of Yarn Workspaces with Lerna.
In Yarn it is possible to do yarn add packageName --dev -W to add the dependency to the root level package.json. How can I do that with NPM?