{
  "cli": "nx",
  "title": "Add Storybook Configuration to the workspace",
  "description": "Add Storybook Configuration to the workspace.",
  "$id": "init-storybook-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
    },
    "updatePackageScripts": {
      "type": "boolean",
      "x-priority": "internal",
      "description": "Update `package.json` scripts with inferred targets",
      "default": false
    }
  }
}
