{
  "$schema": "../../node_modules/@angular-devkit/schematics/collection-schema.json",
  "name": "@flowaccount/nx-aws-cdk",
  "generators": "./generators.json",
  "version": "0.0.1",
  "schematics": {
    "app-serverless": {
      "factory": "./src/schematics/application/app#appSchematic",
      "schema": "./src/schematics/application/schema.json",
      "description": "Serverless application schematics, to create a serverless cdk stack on AWS"
    },
    "init": {
      "factory": "./src/schematics/init/init",
      "schema": "./src/schematics/init/schema.json",
      "description": "nx aws-cdk initiation schematics. Installs aws-cdk to your repository",
      "aliases": ["init-aws-cdk"],
      "hidden": true
    }
  }
}
