@brillout/check-deps

Check if all dependencies are correctly listed in package.json. Meant to be used for monorepos using yarn workspaces.

Usage no npm install needed!

<script type="module">
  import brilloutCheckDeps from 'https://cdn.skypack.dev/@brillout/check-deps';
</script>

README

Check if all dependencies are correctly listed in package.json. Meant to be used for monorepos using yarn workspaces.

Usage

$ npm install -g @brillout/check-deps
$ cd path/to/my-pkg
$ check-deps