List peer dependencies of package.json file available in the current directory on stdout.
npm install peer-dependenciesList peer dependencies of package.json file available in the current directory on stdout.
You can easily install the peer dependencies of the current project by using this package. For example:
````
npm install -g peer-dependencies
yarn add -P $(npx peer-dependencies)