-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
47 lines (47 loc) · 1.03 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
43
44
45
46
47
{
"name": "electron-quick-start",
"version": "1.0.0",
"description": "A minimal Electron application",
"main": "main.js",
"scripts": {
"start": "electron .",
"pack": "electron-builder --dir",
"dist": "electron-builder",
"electron-pack": "electron-builder --win -p always"
},
"repository": "https://github.com/electron/electron-quick-start",
"keywords": [
"Electron",
"quick",
"start",
"tutorial",
"demo"
],
"author": "GitHub",
"license": "CC0-1.0",
"devDependencies": {
"electron": "^20.0.3",
"electron-builder": "^23.3.3"
},
"build": {
"appId": "com.ipenywis.app",
"productName": "elkiuy",
"target": "NSIS",
"directory": {
"output": "build"
},
"nsis": {
"allowToChangeInstallationDirectory": true,
"oneClick": false
}
},
"dependencies": {
"debug": "^4.3.4",
"express": "^4.18.1",
"pdf-creator-node": "^2.3.5",
"sqlite": "^4.1.2",
"sqlite-electron": "^2.0.5",
"sqlite3": "^5.0.11",
"webpack": "^5.74.0"
}
}