Home > types > PackageJson > Dependency
Dependencies of the package. The version range is a string which has one or more space-separated descriptors. Dependencies can also be identified with a tarball or Git URL.
Signature:
export type Dependency = Record<string, string>;