Will dependency in global package.json file be installed in all the ports?

If there is a package mentioned in the package.json file in the project root, will it be installed for the Electron client, React Native Client, and the Terminal clients automatically, on running npm install in the project root?