{
  "$schema": "../node_modules/@angular-devkit/schematics/collection-schema.json",
  "schematics": {
    "ng-add": {
      "schema": "./lib/schema.json",
      "description": "Generates open source boilerplate with angular lib.",
      "factory": "./lib/index#lib",
      "aliases": ["init"]
    },
    "lib": {
      "schema": "./lib/schema.json",
      "description": "Generates open source boilerplate with angular lib.",
      "factory": "./lib/index#lib"
    },
    "create-schematics": {
      "description": "Generate a schematics in the library project.",
      "factory": "./lib/create-schematics/index#createSchematics",
      "schema": "./lib/create-schematics/schema.json"
    },
    "lint-task": {
      "description": "Lints newly created library project",
      "factory": "./lib/lint-task/index#lintTask"
    }
  }
}
