-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.13 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "avain-desktop",
"version": "0.7.0",
"description": "Avain for desktop",
"main": "index.js",
"build": {
"productName": "Avain",
"appId": "app.avain",
"publish": {
"provider": "github",
"releaseType": "release"
},
"mac": {
"icon": "app/Icon.icns"
}
},
"scripts": {
"start": "electron app/",
"build": "electron-builder build",
"release": "dotenv electron-builder build --publish always",
"rebuild": "electron-rebuild",
"version": "node syncversion"
},
"author": "Juha Lindstedt",
"license": "MIT",
"dependencies": {
"dotenv-cli": "~7.3.0",
"electron-rebuild": "~1.8.5",
"menubar": "~9.3.0"
},
"devDependencies": {
"electron": "^26.2.0",
"electron-builder": "~24.6.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AvainApp/avain-desktop.git"
},
"keywords": [
"avain",
"pwa",
"electron",
"otp",
"encryption",
"javascript",
"redom"
],
"bugs": {
"url": "https://github.com/AvainApp/avain-desktop/issues"
},
"homepage": "https://github.com/AvainApp/avain-desktop#readme"
}