KC's Workspace
    Preparing search index...

    The repository field on package.json file.

    interface PackageRepository {
        directory?: string;
        type: "git";
        url: string;
    }
    Index

    Properties

    Properties

    directory?: string
    type: "git"
    url: string