export interface IPackageJsonAuthor { email?: string; name: string; url?: string; } //# sourceMappingURL=package-json-author.interface.d.ts.map