UNPKG

@nx/express

Version:

The Nx Plugin for Express contains executors and generators for allowing your workspace to create powerful Express Node applications and APIs.

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