{
  "$schema": "../node_modules/@angular-devkit/schematics/collection-schema.json",
  "schematics": {
    "fchNewRNProject": {
      "description": "RN App.",
      "factory": "./application/index#application",
      "schema": "./application/schema.json",
      "aliases": ["P", "p"]
    },
 
    "rnPage": {
      "description": "Page.",
      "factory": "./rn-page/index#rnPage",
      "schema": "./rn-page/schema.json",
      "aliases": ["C", "c"]
    },
    "rnService": {
      "description": "Service.",
      "factory": "./rn-service/index#rnService",
      "schema": "./rn-service/schema.json",
      "aliases": ["S", "s"]
    },
    "rnServiceDto": {
      "description": "Dto",
      "factory": "./rn-service-dto/index#rnServiceDto",
      "schema": "./rn-service-dto/schema.json",
      "aliases": ["D", "d"]
    }
  }
}
