{
  "$schema": "../node_modules/@angular-devkit/schematics/collection-schema.json",
  "schematics": {
    "ng-add": {
      "description": "Adds ngx-build-plus",
      "factory": "./add-ngx-build-plus/index#addNgxBuildPlus",
      "schema": "./add-ngx-build-plus/schema.json"
    },
    "externals": {
      "description": "Adds files for compiling with externals",
      "factory": "./externals/index#addExternalsSupport",
      "schema": "./externals/schema.json"
    },
    "wc-polyfill": {
      "description": "Adds files for the webcomponents polyfill",
      "factory": "./webcomponents-polyfill/index#addWebComponentsPolyfill",
      "schema": "./add-ngx-build-plus/schema.json"
    },
    "executeNodeScript": {
      "private": true,
      "description": "Executes a node script",
      "factory": "./webcomponents-polyfill/index#executeNodeScript"
    },
    "npmRun": {
      "private": true,
      "description": "Executes the postinstall script",
      "factory": "./webcomponents-polyfill/index#npmRun"
    }

  }
}
