We have migrated our packages to a monorepo. see sn-client
What we are not sure is that where should we put our dev dependencies. I've seen in monorepos that they put the common dev deps to the root package.json.
But if you put it there then why would you put in the packages package.json?
My question is that what is the best practice for that?