{
  "$schema": "../node_modules/@angular-devkit/schematics/collection-schema.json",
  "schematics": {
    "store": {
      "description": "Store",
      "factory": "./store/index#store",
      "schema": "./store/schema.json"
    },
    "entity-store": {
      "description": "Entity Store",
      "factory": "./entity-store/index#entityStore",
      "schema": "./entity-store/schema.json"
    }
  }
}
