UNPKG

@weichwarenprojekt/license-reporter

Version:

A tool that analyzes node modules and extracts the license information into a json file that can be used for rendering the third party software.

6 lines 218 B
import { OptionValues } from "commander"; /** * Analyzes the node modules and generates a report */ export declare function reportLicenses(options: OptionValues): Promise<void>; //# sourceMappingURL=reporter.d.ts.map