{
  "$schema": "../node_modules/@angular-devkit/schematics/collection-schema.json",
  "schematics": {
    "prettier": {
      "description": "install & configure prettier automatically",
      "factory": "./prettier/index",
      "schema": "./prettier/prettier.schema.json"
    },
    "commitlint": {
      "description": "Install & configure commitlint",
      "factory": "./commitlint/index",
      "schema": "./commitlint/commitlint.schema.json"
    },
    "tsconfig": {
      "description": "refine tsconfig.json making it more strict",
      "factory": "./tsconfig/index",
      "schema": "./tsconfig/tsconfig.schema.json"
    },
    "jest": {
      "description": "configure the angular project to test with jest",
      "factory": "./jest/index",
      "schema": "./jest/jest.schema.json"
    },
    "cypress": {
      "description": "Install & configure cypress",
      "factory": "./cypress/index",
      "schema": "./cypress/cypress.schema.json"
    }
  }
}
