{ "name": "init", "implementation": "/packages/remix/src/generators/init/init#remixInitGeneratorInternal.ts", "schema": { "$schema": "https://json-schema.org/schema", "$id": "NxRemixInit", "title": "Init Remix Plugin", "description": "Initialize the Remix Plugin.", "cli": "nx", "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 }, "updatePackageScripts": { "type": "boolean", "x-priority": "internal", "description": "Update `package.json` scripts with inferred targets", "default": false } }, "required": [], "presets": [] }, "description": "Initialize the `@nx/remix` plugin.", "hidden": true, "aliases": [], "path": "/packages/remix/src/generators/init/schema.json", "type": "generator" }