{ "name": "wireguard-gui", "version": "1.0.0", "description": "Wireguard configurations GUI", "homepage": "https://github.com/jjsalinas/wireguard-gui#readme", "bugs": { "url": "https://github.com/jjsalinas/wireguard-gui/issues" }, "repository": { "type": "git", "url": "git+https://github.com/jjsalinas/wireguard-gui.git" }, "license": "MIT", "author": "Jose Jimenez", "type": "commonjs", "main": "src/main.js", "scripts": { "start": "electron .", "test": "test", "format": "prettier --write \"./**/*.{js,json,css,md,html}\"", "format:check": "prettier --check \"src/**/*.{js,json,css,md,html}\"" }, "devDependencies": { "electron": "^40.4.1", "prettier": "^3.8.1" } }