# 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)
```
