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;