Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

peer-dependencies

vqueiroz229MIT0.0.7TypeScript support: included

List peer dependencies of package.json file available in the current directory on stdout.

peer-dependencies, list-peer-dependencies, helper, cli, list

readme

peer-dependencies

List peer dependencies of package.json file available in the current directory on stdout.

Usage

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)