UNPKG

generate-license-file

Version:

Generates a text file containing all of the licenses for your production dependencies

12 lines (11 loc) 324 B
export interface OmitVersionsOption { /** * Option to omit the package version numbers in the output * * This is useful when you want to generate a license file that only * includes the package name without a specific version number. * * @example true */ omitVersions?: boolean; }