pub(crate) fn get_package_json_deps( cwd: &Path, package_json_seen: &mut FxHashMap<String, PackageJsonExtended>, ) -> HashMap<String, String>