{
  "name": "Nx Cypress",
  "version": "0.1",
  "schematics": {
    "ng-add": {
      "factory": "./src/schematics/ng-add/ng-add",
      "schema": "./src/schematics/ng-add/schema.json",
      "description": "Add Cypress configuration to the workspace",
      "hidden": true
    },
    "cypress-project": {
      "factory": "./src/schematics/cypress-project/cypress-project",
      "schema": "./src/schematics/cypress-project/schema.json",
      "description": "Add a Cypress E2E Project",
      "hidden": true
    }
  }
}
