-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
31 lines (31 loc) · 852 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
{
"name": "electron-antrian",
"version": "1.5.0",
"description": "Aplikasi antrian mengunakan Eelctron, aplikasi ini menyimpan data di Store Chrome",
"main": "src/main.js",
"scripts": {
"start": "electron .",
"build": "electron-builder build --win --publish never",
"deploy": "electron-builder build --win --publish always",
"pack": "electron-builder --dir",
"dist": "electron-builder"
},
"repository": {
"type": "git",
"url": "https://github.com/gunantos/electron-antrian"
},
"keywords": [],
"author": {
"name": "Gunanto Simamora",
"email": "gunanto.simamora@gmail.com",
"url": "https://app-kita.com"
},
"devDependencies": {
"electron": "^9.1.0",
"electron-builder": "^22.9.1"
},
"dependencies": {
"electron-pos-printer": "^1.2.0",
"electron-updater": "^4.3.9"
}
}