{
  "$schema": "../../node_modules/@angular-devkit/schematics/collection-schema.json",
  "name": "netlify-deploy",
  "version": "0.0.1",
  "schematics": {
    "netlify-deploy": {
      "factory": "./src/schematics/netlify-deploy/schematic",
      "schema": "./src/schematics/netlify-deploy/schema.json",
      "description": "netlify-deploy schematic"
    }
  }
}
