check-dependencies-except-peer
v0.1.1
Published
Ensure that your package-lock matches your package and is self-consistent, and ignore missing peerDependencies
Downloads
7
Readme
check-dependencies-except-peer
Ensure that your package-lock matches your package and is self-consistent, and ignore missing peerDependencies
Usage
USAGE
$ check-dependencies-except-peer [DIRECTORY]
ARGUMENTS
DIRECTORY [default: PWD] path to the root of the module to check, defaults to the working
directory
OPTIONS
-D, --dev whether to include development dependencies (default both)
-P, --prod whether to include production dependencies (default both)
-h, --help show CLI help
-i, --ignore-peer whether to ignore peer dependencies
-v, --version show CLI version
DESCRIPTION
Scans the lockfile and installed dependencies for inconsistencies. Ignores peer dependency
violations by default.