• Retrieves the package data from a package.json file.

    Parameters

    • filePath: string

      The path to the package.json file.

    Returns Promise<{
        name: string;
    }>

    • The package name.

Generated using TypeDoc