-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 1.81 KB
/
Copy pathpackage.json
File metadata and controls
76 lines (76 loc) · 1.81 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"name": "bismartcliente",
"productName": "BiSmartClient",
"version": "1.0.19",
"description": "BISMART versão para clientes",
"main": "main.js",
"scripts": {
"start": "electron .",
"build": "electron-builder"
},
"build": {
"appId": "com.smart.bismartclient",
"asar": true,
"files": [
"main.js",
"preload.js",
"scripts/**/*",
"pages/**/*",
"public/**/*",
"node_modules/**/*",
"package.json",
"!dist/**",
"!**/*.map",
"!**/*.md",
"!out/**"
],
"directories": {
"output": "dist"
},
"win": {
"target": "nsis"
},
"publish": [
{
"provider": "github",
"owner": "caio-henrique2006",
"repo": "BiSmartClient"
}
],
"compression": "maximum"
},
"repository": {
"type": "git",
"url": "git+https://github.com/caio-henrique2006/BiSmartClient.git"
},
"keywords": [
"bismart",
"background-process"
],
"author": "Caio Henrique",
"license": "ISC",
"bugs": {
"url": "https://github.com/caio-henrique2006/BiSmartClient/issues"
},
"homepage": "https://github.com/caio-henrique2006/BiSmartClient#readme",
"devDependencies": {
"@electron-forge/maker-deb": "^7.8.0",
"@electron-forge/maker-rpm": "^7.8.0",
"@electron-forge/maker-squirrel": "^7.8.0",
"@electron-forge/maker-zip": "^7.8.0",
"@electron-forge/plugin-auto-unpack-natives": "^7.8.0",
"@electron-forge/plugin-fuses": "^7.8.0",
"@electron/fuses": "^1.8.0",
"electron": "^33.2.1",
"electron-builder": "^26.0.12"
},
"dependencies": {
"date-fns": "^4.1.0",
"electron-log": "^5.4.2",
"electron-squirrel-startup": "^1.0.1",
"electron-updater": "^6.6.2",
"mysql": "^2.18.1",
"mysql2": "^3.12.0",
"update-electron-app": "^3.1.1"
}
}