{
  "$schema": "https://developer.microsoft.com/json-schemas/heft/v0/heft-plugin.schema.json",

  "taskPlugins": [
    {
      "pluginName": "esbuild-plugin",
      "entryPoint": "./lib/EsbuildPlugin",
      "optionsSchema": "./schemas/heft-esbuild-plugin.schema.json",

      "parameterScope": "esbuild",
      "parameters": []
    }
  ]
}
