Ariver
2026-07-06 ac1d4fd8ef875312d11acd4e4e5935ced542c227
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "$schema": "https://wails.io/schemas/config.v3.json",
  "name": "PrivateVoice Dictation",
  "outputfilename": "PrivateVoice Dictation",
  "frontend:install": "npm install",
  "frontend:build": "npm run build",
  "frontend:dev:watcher": "npm run dev",
  "frontend:dev:serverUrl": "auto",
  "author": {
    "name": "PrivateVoice",
    "email": ""
  }
}