{
  "$schema": "../../../node_modules/@angular-devkit/schematics/collection-schema.json",
  "schematics": {
    "ng-add": {
      "description": "Adds ngx-meta to the application",
      "factory": "./ng-add/index#ngAdd",
      "schema": "./ng-add/schema.json",
      "hidden": true
    }
  }
}
