2023-01-10 17:28:27 +01:00
|
|
|
{
|
|
|
|
"$schema": "https://wails.io/schemas/config.v2.json",
|
2023-01-20 20:46:07 +01:00
|
|
|
"name": "Rolens",
|
|
|
|
"outputfilename": "Rolens",
|
2023-01-10 17:28:27 +01:00
|
|
|
"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"
|
2023-06-02 22:42:17 +02:00
|
|
|
},
|
|
|
|
"info": {
|
|
|
|
"productName": "Rolens",
|
|
|
|
"companyName": "Romein van Buren",
|
2023-12-23 14:20:12 +01:00
|
|
|
"productVersion": "0.3.0",
|
2023-06-02 22:42:17 +02:00
|
|
|
"comments": "The intuitive MongoDB administration tool",
|
2024-06-25 10:49:47 +02:00
|
|
|
"copyright": "© Romein van Buren 2022-2024 (GNU GPL 3.0)."
|
2023-06-06 21:52:02 +02:00
|
|
|
},
|
|
|
|
"preBuildHooks": {
|
2023-06-22 21:06:20 +02:00
|
|
|
"*/*": "node ../version_to_file.js"
|
2023-01-10 17:28:27 +01:00
|
|
|
}
|
|
|
|
}
|