{ "$schema": "https://wails.io/schemas/config.v2.json", "name": "Rolens", "outputfilename": "Rolens", "frontend:install": "npm install", "frontend:build": "npm run build", "frontend:dev:watcher": "npm run dev", "frontend:dev:serverUrl": "auto", "author": { "name": "Romein van Buren", "email": "romein@vburen.nl" }, "info": { "productName": "Rolens", "companyName": "Romein van Buren", "productVersion": "0.3.0", "comments": "The intuitive MongoDB administration tool", "copyright": "© Romein van Buren 2022-2024 (GNU GPL 3.0)." }, "preBuildHooks": { "*/*": "node ../version_to_file.js" } }