vtils

Home > types > PackageJson > PackageJsonStandard > licenses

PackageJson.PackageJsonStandard.licenses property

The licenses for the package.

Signature:

licenses?: Array<{
			type?: string;
			url?: string;
		}>;