{
  "name": "Nx Jest",
  "version": "0.1",
  "schematics": {
    "init": {
      "factory": "./src/schematics/init/init",
      "schema": "./src/schematics/init/schema.json",
      "description": "Initialize the @nrwl/jest plugin",
      "aliases": ["ng-add"],
      "hidden": true
    },
    "jest-project": {
      "factory": "./src/schematics/jest-project/jest-project",
      "schema": "./src/schematics/jest-project/schema.json",
      "description": "Add Jest configuration to a project",
      "hidden": true
    }
  }
}
