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
Check if all dependencies are correctly listed in package.json. Meant to be used for monorepos using yarn workspaces.
<script type="module">
import brilloutCheckDeps from 'https://cdn.skypack.dev/@brillout/check-deps';
</script>
Check if all dependencies are correctly listed in package.json. Meant to be used for monorepos using yarn workspaces.
$ npm install -g @brillout/check-deps
$ cd path/to/my-pkg
$ check-deps