/** The possible dependency fields in the "package.json" file. */ export type DependencyType = "dependencies" | "devDependencies" | "peerDependencies"; //# sourceMappingURL=DependencyType.d.ts.map