3.0.1 • Published 3 years ago

@typescript-tools/package-manifests v3.0.1

Weekly downloads
8
License
ISC
Repository
github
Last release
3 years ago

package-manifests

License NPM Package Build Status semantic-release

Read every package's package.json

Install

npm install @typescript-tools/package-manifests

Use

export function packageManifests(
  somePathInMonorepo?: string,
): TE.TaskEither<
  PackageManifestsError,
  ReadonlyArray<{ package: LernaPackage; contents: E.Json }>
>