{
   "$schema": "../../../node_modules/@angular-devkit/schematics/collection-schema.json",
   "schematics": {
      "ng-add": {
         "description": "The default schematic to run when the library is installed with the ng add command.",
         "factory": "./ng-add/index#ngAdd"
      }
   }
}