DependencyType (Type)
Type Aliases
Section titled “Type Aliases”DependencyType
Section titled “DependencyType”type DependencyType = "dependencies" | "devDependencies" | "peerDependencies";Defined in: types/DependencyType.ts:2
The possible dependency fields in the “package.json” file.
