-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 870 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 870 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
{
"name": "electron-builder-squirrel-windows",
"version": "26.3.5",
"main": "out/SquirrelWindowsTarget.js",
"author": "Vladimir Krivosheev",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/electron-userland/electron-builder.git",
"directory": "packages/electron-builder-squirrel-windows"
},
"bugs": "https://github.com/electron-userland/electron-builder/issues",
"homepage": "https://github.com/electron-userland/electron-builder",
"files": [
"out",
"template.nuspectemplate"
],
"dependencies": {
"app-builder-lib": "workspace:*",
"builder-util": "workspace:*",
"electron-winstaller": "5.4.0"
},
"engines": {
"node": ">=22.12.0"
},
"devDependencies": {
"@types/archiver": "5.3.1",
"@types/fs-extra": "9.0.13"
},
"types": "./out/SquirrelWindowsTarget.d.ts"
}