-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 969 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
{
"name": "providerformfiller",
"version": "1.0.7",
"description": "",
"main": "main.js",
"dependencies": {
"bootstrap": "^4.4.1",
"electron-updater": "^4.2.5",
"fs-extra": "^8.1.0",
"jquery": "^3.4.1",
"materialize-css": "^1.0.0",
"moment": "^2.24.0",
"node-pdftk": "^2.1.2",
"nodemailer": "^6.4.2",
"pdf.js-extract": "^0.1.4",
"pdffiller-stream": "^0.2.0",
"update-electron-app": "^1.5.0"
},
"devDependencies": {
"electron": "^7.1.14",
"electron-builder": "^22.4.1",
"electron-packager": "^14.2.1"
},
"win": {
"target": [
"nsis"
]
},
"fileAssociations": {},
"scripts": {
"start": "electron .",
"publish": "electron-packager . --platform=win32 --arch=x64 --out=..\\dist --overwrite",
"build": "electron-builder build --win --publish never",
"deploy": "electron-builder build --win --publish always"
},
"keywords": [],
"author": "",
"license": "ISC"
}