UNPKG

npm-check-updates

Version:

Find newer versions of dependencies than what your package.json allows

6 lines (5 loc) 140 B
/** Represents the repository field in package.json. */ export interface PackageFileRepository { url: string; directory?: string; }