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

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