0.0.7 • Published 2 years ago

peer-dependencies v0.0.7

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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)