{
  "extends": ["@schematics/angular"],
  "$schema": "../../../node_modules/@angular-devkit/schematics/collection-schema.json",
  "schematics": {
    "ng-add": {
      "save": "dependencies",
      "factory": "./ng-add/index#ngAdd",
      "schema": "./ng-add/schema.json",
      "description": "Add Transloco to your project."
    }
  }
}
