Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 691 Bytes

File metadata and controls

19 lines (14 loc) · 691 Bytes
hide_title true
custom_edit_url
pagination_prev
pagination_next

Home > @rushstack/node-core-library > INodePackageJson > peerDependencies

INodePackageJson.peerDependencies property

An array of dependencies that must be installed by a consumer of this package, but which will not be automatically installed by this package.

Signature:

peerDependencies?: IPackageJsonDependencyTable;