{
  "$schema": "../node_modules/@angular-devkit/schematics/collection-schema.json",
  "schematics": {
    "create": {
      "description": "Create",
      "factory": "./collection/create/create.schematic#create",
      "schema": "./collection/create/schema.json"
    },
    "add": {
      "description": "Create",
      "factory": "./collection/add/index#add",
      "schema": "./collection/add/schema.json"
    },
    "snapshot": {
      "description": "Snapshot",
      "factory": "./collection/snapshot/snapshot.schematic#snapshot",
      "schema": "./collection/snapshot/schema.json"
    }
  }
}
