https://github.com/mixmaxhq/check-dependencies-except-peer
Ensure that your package-lock matches your package and is self-consistent, and ignore missing peerDependencies
https://github.com/mixmaxhq/check-dependencies-except-peer
corgi-tag
Last synced: 3 months ago
JSON representation
Ensure that your package-lock matches your package and is self-consistent, and ignore missing peerDependencies
- Host: GitHub
- URL: https://github.com/mixmaxhq/check-dependencies-except-peer
- Owner: mixmaxhq
- License: mit
- Created: 2018-11-20T23:25:05.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-28T05:31:28.000Z (over 1 year ago)
- Last Synced: 2025-02-22T16:26:05.608Z (3 months ago)
- Topics: corgi-tag
- Language: JavaScript
- Homepage: https://www.mixmax.com/careers
- Size: 183 KB
- Stars: 1
- Watchers: 24
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
check-dependencies-except-peer
==============================Ensure that your package-lock matches your package and is self-consistent, and ignore missing peerDependencies
[](https://oclif.io)
[](https://npmjs.org/package/check-dependencies-except-peer)
[](https://npmjs.org/package/check-dependencies-except-peer)
[](https://github.com/mixmaxhq/check-dependencies-except-peer.git/blob/master/LICENSE)# Usage
```sh
USAGE
$ check-dependencies-except-peer [DIRECTORY]ARGUMENTS
DIRECTORY [default: PWD] path to the root of the module to check, defaults to the working
directoryOPTIONS
-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 versionDESCRIPTION
Scans the lockfile and installed dependencies for inconsistencies. Ignores peer dependency
violations by default.
```