mirror of
https://github.com/getAlby/hub.git
synced 2026-08-13 12:33:39 +02:00
13 lines
380 B
JSON
13 lines
380 B
JSON
{
|
|
"$schema": "https://wails.io/schemas/config.v2.json",
|
|
"name": "nostr-wallet-connect",
|
|
"outputfilename": "Nostr-Wallet-Connect",
|
|
"frontend:install": "yarn install",
|
|
"frontend:build": "yarn build:wails",
|
|
"frontend:dev:watcher": "yarn dev:wails",
|
|
"frontend:dev:serverUrl": "auto",
|
|
"author": {
|
|
"name": "Alby Contributors",
|
|
"email": "hello@getalby.com"
|
|
}
|
|
}
|