-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.19 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
{
"name": "point-of-sale",
"version": "1.0.0",
"description": "An Amazing Capacitor App",
"author": {
"name": "",
"email": ""
},
"repository": {
"type": "git",
"url": "https://github.com/FathiGuemri/Abdulrahman-Saad-pos.git"
},
"license": "MIT",
"main": "build/src/index.js",
"scripts": {
"build": "tsc && electron-rebuild",
"electron:start-live": "node ./live-runner.js",
"electron:start": "npm run build && electron --inspect=5858 ./",
"electron:pack": "npm run build && electron-builder build --dir -c ./electron-builder.config.json",
"electron:make": "npm run build && electron-builder build -c ./electron-builder.config.json -p always"
},
"dependencies": {
"@capacitor-community/electron": "^4.1.1",
"chokidar": "~3.5.3",
"electron-is-dev": "~2.0.0",
"electron-pos-printer": "^1.3.6",
"electron-serve": "~1.1.0",
"electron-unhandled": "^4.0.1",
"electron-updater": "~5.0.1",
"electron-window-state": "~5.0.3"
},
"devDependencies": {
"electron": "^22.0.0",
"electron-builder": "~22.14.13",
"electron-rebuild": "^3.2.7",
"typescript": "~4.3.5"
},
"keywords": [
"capacitor",
"electron"
]
}