{
  "$schema": "../node_modules/@angular-devkit/schematics/collection-schema.json",
  "schematics": {
    "custom-resource": {
      "description": "A schematic to generate custom NestJS resources",
      "factory": "./index#customResource",
      "schema": "./custom-resource/custom-resource.schema.json"
    },
    "shared-setup": {
      "description": "A schematic for setting up the shared folder",
      "factory": "./index#sharedSetup",
      "schema": "./shared/shared-setup.schema.json"
    }
  }
}
