{
  "$schema": "../node_modules/@angular-devkit/schematics/collection-schema.json",
  "schematics": {
    "ng-add": {
      "description": "Add the translation app to your project",
      "factory": "./ng-add/index#ngAdd",
      "schema": "./ng-add/schema.json"
    },
    "resolve-ng-locales": {
      "description": "Resolves the available locales from the @angular/common package",
      "private": true,
      "factory": "./resolve-ng-locales/index#resolveNgLocales",
      "schema": "./resolve-ng-locales/schema.json"
    }
  }
}
