{
  "$schema": "../../../node_modules/@angular-devkit/schematics/collection-schema.json",
  "schematics": {
    "ng-add": {
      "aliases": ["install"],
      "schema": "./src/commands/ng-add/schema.json",
      "factory": "./src/commands/ng-add/index#ngAdd",
      "description": "Add @rx-angular/template to the project."
    }
  },
  "required": [],
  "additionalProperties": false
}
