mirror of
https://github.com/garraflavatra/rolens.git
synced 2024-11-21 22:18:59 +01:00
24 lines
650 B
JSON
24 lines
650 B
JSON
{
|
|
"$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"
|
|
}
|
|
}
|