UNPKG

peer-dependencies

Version:

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

13 lines (8 loc) 306 B
# 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) ```