mirror of
https://github.com/Syngnat/GoNavi.git
synced 2026-08-07 15:13:51 +08:00
23 lines
612 B
JSON
23 lines
612 B
JSON
{
|
|
"name": "GoNavi",
|
|
"outputfilename": "GoNavi",
|
|
"frontend:install": "node scripts/wails-frontend-install.mjs",
|
|
"frontend:build": "npm run build",
|
|
"frontend:dev:watcher": "npm run dev",
|
|
"frontend:dev:serverUrl": "http://127.0.0.1:5173",
|
|
"wailsjsdir": "./frontend",
|
|
"version": "2",
|
|
"author": {
|
|
"name": "Syngnat",
|
|
"email": "yangguofeng919@gmail.com"
|
|
},
|
|
"info": {
|
|
"companyName": "Syngnat",
|
|
"productName": "GoNavi",
|
|
"copyright": "Copyright 2026 Syngnat",
|
|
"comments": "GoNavi is licensed under the Apache License, Version 2.0."
|
|
},
|
|
"debounceMS": 100,
|
|
"appargs": ""
|
|
}
|