{
  "$schema": "https://wails.io/schemas/config.v2.json",
  "name": "imgconverter",
  "outputfilename": "imgconverter",
  "frontend:install": "npm install",
  "frontend:build": "npm run build",
  "frontend:dev:watcher": "npm run dev",
  "frontend:dev:serverUrl": "auto",
  "author": {
    "name": "Harold Zhao",
    "email": "harold.zhao@marelli.com"
  }
}
