-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 870 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
{
"name": "bowlingStarLauncher",
"version": "1.0.0",
"description": "Application generique piste/borne/billard",
"main": "main.js",
"scripts": {
"start": "electron .",
"build": "electron-builder build --win --publish never",
"deploy": "electron-builder build --win --publish always"
},
"repository": {
"type": "git",
"url": "https://github.com/ugoconsonni/bowlingstarapp.git"
},
"keywords": [
"Bowlingstar",
"launcher"
],
"author": "Honey-digital",
"license": "CC0-1.0",
"devDependencies": {
"electron": "^10.1.3",
"electron-packager": "^15.1.0"
},
"dependencies": {
"electron-builder": "^22.14.13",
"electron-updater": "^5.3.0",
"quick-local-ip": "^1.0.7",
"websocket": "^1.0.33",
"ws": "^7.4.2",
"wsobserver": "^1.1.1"
},
"build": {
"appId": "com.bowlingstar.app"
}
}