{
  "name": "apployees-nx/node",
  "version": "0.1",
  "extends": ["@nrwl/workspace"],
  "schematics": {
    "init": {
      "factory": "./schematic-init",
      "schema": "./schematics/init/schema.json",
      "description": "Initialize the @apployees-nx/node plugin",
      "aliases": ["ng-add"],
      "hidden": true
    },

    "application": {
      "factory": "./schematic-application",
      "schema": "./schematics/application/schema.json",
      "aliases": ["app"],
      "description": "Create a node application"
    }
  }
}
