2024-01-15 16:08:18 +07:00
|
|
|
{
|
|
|
|
|
"$schema": "https://wails.io/schemas/config.v2.json",
|
2024-10-22 20:10:35 +05:30
|
|
|
"name": "Alby Hub",
|
|
|
|
|
"outputfilename": "Alby Hub",
|
2024-01-15 16:08:18 +07:00
|
|
|
"frontend:install": "yarn install",
|
2024-01-18 20:39:25 +07:00
|
|
|
"frontend:build": "yarn build:wails",
|
|
|
|
|
"frontend:dev:watcher": "yarn dev:wails",
|
2024-01-15 16:08:18 +07:00
|
|
|
"frontend:dev:serverUrl": "auto",
|
|
|
|
|
"author": {
|
|
|
|
|
"name": "Alby Contributors",
|
|
|
|
|
"email": "hello@getalby.com"
|
2024-10-22 20:10:35 +05:30
|
|
|
},
|
|
|
|
|
"info": {
|
|
|
|
|
"companyName": "Alby Inc.",
|
|
|
|
|
"productName": "Alby Hub"
|
2024-01-15 16:08:18 +07:00
|
|
|
}
|
|
|
|
|
}
|