UNPKG

@nx/node

Version:

The Node Plugin for Nx contains generators to manage Node applications within an Nx workspace.

28 lines (27 loc) 663 B
{ "$schema": "https://json-schema.org/schema", "cli": "nx", "$id": "NxNodeInit", "title": "Init Node Plugin", "description": "Init Node Plugin.", "type": "object", "properties": { "skipFormat": { "description": "Skip formatting files.", "type": "boolean", "default": false }, "skipPackageJson": { "description": "Do not add dependencies to `package.json`.", "type": "boolean", "default": false }, "keepExistingVersions": { "type": "boolean", "x-priority": "internal", "description": "Keep existing dependencies versions", "default": false } }, "required": [] }