{ "name": "init", "factory": "./src/generators/init/init#initGeneratorInternal", "schema": { "$schema": "http://json-schema.org/schema", "$id": "Init", "title": "Nx Rsbuild Init Generator", "type": "object", "description": "Rsbuild init generator.", "properties": { "rootProject": { "type": "boolean", "x-priority": "internal" }, "keepExistingVersions": { "type": "boolean", "x-priority": "internal", "description": "Keep existing dependencies versions", "default": false }, "updatePackageScripts": { "type": "boolean", "x-priority": "internal", "description": "Update package scripts", "default": false }, "skipFormat": { "description": "Skip formatting files.", "type": "boolean", "default": false }, "skipPackageJson": { "description": "Do not add dependencies to `package.json`.", "type": "boolean", "default": false } }, "required": [], "presets": [] }, "description": "Initialize the `@nx/rsbuild` plugin.", "aliases": ["ng-add"], "hidden": true, "implementation": "/packages/rsbuild/src/generators/init/init#initGeneratorInternal.ts", "path": "/packages/rsbuild/src/generators/init/schema.json", "type": "generator" }