UNPKG

durrrrrrrrrjs

Version:

JavaScript Plugin for Nx

5 lines (4 loc) 450 B
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;