| hide_title | true |
|---|---|
| custom_edit_url | |
| pagination_prev | |
| pagination_next |
Home > @rushstack/node-core-library > IPackageJsonRepository
This interface is part of the IPackageJson file format. It is used for the "repository" field.
Signature:
export interface IPackageJsonRepository |
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
string |
(Optional) If the project does not exist at the root of the repository, its path is specified here. | ||
|
string |
The source control type for the repository that hosts the project. This is typically "git". | ||
|
string |
The URL of the repository that hosts the project. |