PHP WebShell
Текущая директория: /opt/BitGoJS/node_modules/nx/src/plugins/js/package-json
Просмотр файла: create-package-json.d.ts
import { ProjectGraph } from '../../../config/project-graph';
import { PackageJson } from '../../../utils/package-json';
/**
* Creates a package.json in the output directory for support to install dependencies within containers.
*
* If a package.json exists in the project, it will reuse that.
* If isProduction flag is set, it wil remove devDependencies and optional peerDependencies
*/
export declare function createPackageJson(projectName: string, graph: ProjectGraph, options?: {
target?: string;
root?: string;
isProduction?: boolean;
helperDependencies?: string[];
}): PackageJson;
Выполнить команду
Для локальной разработки. Не используйте в интернете!