{
  "$schema": "https://json-schema.org/schema",
  "name": "storm-cloudflare",
  "version": "0.0.1",
  "generators": {
    "init": {
      "factory": "./dist/src/generators/init/generator",
      "schema": "./dist/src/generators/init/schema.json",
      "description": "Init Cloudflare tools Nx Plugin in the Storm Workspace"
    },
    "worker": {
      "factory": "./dist/src/generators/worker/generator",
      "schema": "./dist/src/generators/worker/schema.json",
      "description": "Add a worker application project to the current Storm workspace"
    }
  }
}
