3.0.1 • Published 4 years ago
@typescript-tools/package-manifests v3.0.1
package-manifests
Read every package's package.json
Install
npm install @typescript-tools/package-manifestsUse
export function packageManifests(
  somePathInMonorepo?: string,
): TE.TaskEither<
  PackageManifestsError,
  ReadonlyArray<{ package: LernaPackage; contents: E.Json }>
>