Skip to content

npm package.json parsing and license requesting

Daniel Eggert requested to merge npm-license-check into dev

I wrote some lines to parse a package.json and retrieve the license info from the NPM registry.

Unfortunately npm project files are not yet passed to the script, guess I missed some config property somewhere, @mdolling hope you can point me in the right direction.

Merge request reports