-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 901 Bytes
/
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
{
"name": "clogstenfileencrypter",
"version": "1.0.0",
"description": "Encrypt File With Password",
"main": "main.js",
"dependencies": {
"electron-log": "^5.1.7",
"electron-updater": "^6.1.8"
},
"devDependencies": {
"electron": "^31.4.0",
"electron-builder": "^24.9.1"
},
"scripts": {
"dist": "electron-builder --win --x64",
"start": "electron ."
},
"author": "Vigneshkumar212",
"license": "MIT",
"build": {
"appId": "com.vigneshkumar212.clogstenfileencrypter",
"productName": "Clogsten File Encrypter",
"copyright": "Copyright (c) 2022 Vigneshkumar",
"win": {
"target": "nsis",
"icon": "icon.ico"
},
"nsis": {
"oneClick": true,
"perMachine": true,
"allowToChangeInstallationDirectory": false
}
},
"repository": {
"url": "https://github.com/vigneshkumar212/clogstenFileEncrypter"
}
}