Initial commit
This commit is contained in:
27
package.json
Normal file
27
package.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"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": "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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user