This repository was archived by the owner on May 3, 2022. It is now read-only.

Description
Yarn projects are not supported. The tool can only read package-lock.json
and npm-shrinkwrap.json
files.
You can convert yarn.lock
to package-lock.json
with synp, but that does not cover optionals
and devDependencies
very well.
We need the yarn.lock
to be used as input. Info on optionals are available as: optionalDependencies
. devDependencies should be derived by combining info in the package.json
(which can be a challenge in mono-repos with multiple package.jsons)