Skip to content

Latest commit

 

History

History
102 lines (49 loc) · 1.44 KB

File metadata and controls

102 lines (49 loc) · 1.44 KB
hide_title true
custom_edit_url
pagination_prev
pagination_next

Home > @rushstack/node-core-library > IPackageJsonRepository

IPackageJsonRepository interface

This interface is part of the IPackageJson file format. It is used for the "repository" field.

Signature:

export interface IPackageJsonRepository 

Properties

Property

Modifiers

Type

Description

directory?

string

(Optional) If the project does not exist at the root of the repository, its path is specified here.

type

string

The source control type for the repository that hosts the project. This is typically "git".

url

string

The URL of the repository that hosts the project.