UNPKG

@arthurgubaidullin/nx-embed-dependencies

Version:

This plugin for [Nx](https://nx.dev) helps injecting local dependencies into a package.

3 lines (2 loc) 141 B
import { ExecutorContext } from '@nrwl/devkit'; export declare function getProjectDependencies(context: ExecutorContext): readonly string[];