Ariver
2026-06-23 57868a8279e371e71c1600f6bc12c40e18d8bb04
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": ""
  }
}