{
  "$schema": "https://json-schema.org/schema",
  "cli": "nx",
  "$id": "Init",
  "title": "Init Nx Cloudflare Plugin",
  "description": "Initialize the @naxodev/nx-cloudflare plugin in a workspace.",
  "type": "object",
  "properties": {
    "unitTestRunner": {
      "type": "string",
      "enum": ["vitest", "jest", "none"],
      "description": "Test runner to use for unit tests.",
      "default": "vitest"
    },
    "js": {
      "type": "boolean",
      "default": false,
      "description": "Use JavaScript instead of TypeScript."
    },
    "skipFormat": {
      "type": "boolean",
      "default": false,
      "description": "Skip formatting files.",
      "x-priority": "internal"
    }
  },
  "required": []
}
