github.com/AlpineAIO/wails/v2@v2.0.0-beta.32.0.20240505041856-1047a8fa5fef/pkg/templates/generate/plain/wails.tmpl.json (about)

     1  {
     2    "$schema": "https://wails.io/schemas/config.v2.json",
     3    "name": "{{.ProjectName}}",
     4    "outputfilename": "{{.BinaryName}}",
     5    "wailsjsdir": "./frontend",
     6    "author": {
     7      "name": "{{.AuthorName}}",
     8      "email": "{{.AuthorEmail}}"
     9    }
    10  }