durrrrrrrrrjs
Version:
5 lines (4 loc) • 450 B
TypeScript
import { ExecutorContext, ProjectGraphProjectNode } from '@nrwl/devkit';
import { DependentBuildableProjectNode } from '@nrwl/workspace/src/utilities/buildable-libs-utils';
import { NormalizedExecutorOptions } from './schema';
export declare function updatePackageJson(options: NormalizedExecutorOptions, context: ExecutorContext, target: ProjectGraphProjectNode<any>, dependencies: DependentBuildableProjectNode[], withTypings?: boolean): void;