-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 794 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 794 Bytes
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
{
"name": "electron-qa",
"private": true,
"version": "0.1.34",
"description": "Electron updater E2E test",
"scripts": {
"start": "electron ./src/main.js",
"release": "node ./scripts/release.mjs"
},
"keywords": [
"electron",
"updater",
"electron",
"builder"
],
"author": "Robert Kiss <ert78gb@gmail.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:UltimateHackingKeyboard/electron-qa.git"
},
"dependencies": {
"electron-updater": "6.8.3",
"electron-is-dev": "2.0.0",
"electron-log": "4.4.8",
"electron-settings": "4.0.3"
},
"devDependencies": {
"electron": "40.4.1",
"electron-builder": "26.8.0",
"fs-extra": "11.3.3",
"p-retry": "7.1.1",
"p-throttle": "8.1.0"
}
}