scancode-toolkit icon indicating copy to clipboard operation
scancode-toolkit copied to clipboard

Use `package.json` to determine the scope of dependencies present in `yarn.lock`

Open keshav-space opened this issue 2 years ago • 0 comments

yarn.lock file doesn't explicitly identify the devDependencies and regular dependencies. Therefore, use the associated package.json file to correctly determine the scope of the packages present in the yarn.lock file

keshav-space avatar Jul 26 '23 18:07 keshav-space