UNPKG

@junobuild/cli-tools

Version:

A collection of tools for Juno CLIs and Plugins.

5 lines (4 loc) 168 B
import type { PackageJson } from '../types/pkg'; export declare const readPackageJson: ({ packageJsonPath }: { packageJsonPath: string; }) => Promise<PackageJson>;