UNPKG

webpack-license-plugin

Version:

Extracts OSS license information of the npm packages in your webpack output

11 lines (10 loc) 199 B
export default interface IPackageLicenseMeta { author: string license: string licenseText: string name: string noticeText?: string repository: string source: string version: string }