dedubcheck

0.0.8 • Public • Published

NPM version

Dedubcheck

This tool check your monorepo for diferent versions of the same dependencies (by recursively looking for package.json file).

To ignore certain package, create .dedubcheck.js file in your root dir containing:

module.exports = [['packages/web/package.json', 'lodash'], ['<path-to-package.json>', '<name-of-package>'], [...]];

You can ignore the whole package.json by using *:

module.exports = [['packages/web/package.json', '*']];

To run this thing, just do:

$ dedubcheck

For some debug info:

$ dedubcheck --debug

/dedubcheck/

    Package Sidebar

    Install

    npm i dedubcheck

    Weekly Downloads

    340

    Version

    0.0.8

    License

    MIT

    Unpacked Size

    5.86 kB

    Total Files

    6

    Last publish

    Collaborators

    • stigo
    • mcacko_inno
    • miso_at_inno
    • matus.butora
    • ronald.ruzicka
    • ddragun
    • viktoria.lovasova
    • matehooo
    • dhlavaty
    • paulooze