UNPKG

@coat/cli

Version:

TODO: See #3

8 lines (7 loc) 285 B
import { PackageJson } from "type-fest"; /** * Reads and parses the package.json file in the specified directory or returns undefined if it doesn't exist * * @param cwd The working directory */ export declare function getPackageJson(cwd: string): Promise<PackageJson | undefined>;