-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 952 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
38
39
40
41
{
"name": "energize",
"version": "1.1.1",
"description": "ENERGIZE",
"main": "main.js",
"scripts": {
"start": "electron .",
"build": "electron-builder build --win --publish never",
"deploy": "electron-builder build --win --publish always"
},
"author": "Malick Tammal",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Malick-Tammal/ENERGIZE.git"
},
"devDependencies": {
"electron": "^33.2.1",
"electron-builder": "^25.1.8"
},
"build": {
"appId": "com.energize.app",
"win": {
"target": "NSIS",
"icon": "./asset/icons/App_icon.ico"
},
"nsis": {
"allowToChangeInstallationDirectory": false,
"license": "license"
},
"directories": {
"output": "./release"
}
},
"dependencies": {
"battery_util": "^2.2.5",
"electron-store": "^8.2.0",
"electron-updater": "^6.3.9",
"v8-compile-cache": "^2.4.0"
}
}