# 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 byusingthis package. For example:
```
npm install -g peer-dependencies
yarn add -P $(npx peer-dependencies)
```