vtils

Home > types > PackageJson > Dependency

PackageJson.Dependency type

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>;