-
-
Notifications
You must be signed in to change notification settings - Fork 609
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 763 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 763 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
{
"name": "@electron-forge/maker-wix",
"version": "7.11.0",
"description": "Wix maker for Electron Forge",
"repository": "https://github.com/electron/forge",
"author": "Samuel Attard",
"license": "MIT",
"main": "dist/MakerWix.js",
"typings": "dist/MakerWix.d.ts",
"devDependencies": {
"vitest": "^3.1.3"
},
"engines": {
"node": ">= 16.4.0"
},
"dependencies": {
"@electron-forge/core-utils": "7.11.0",
"@electron-forge/maker-base": "7.11.0",
"@electron-forge/shared-types": "7.11.0",
"chalk": "^4.0.0",
"electron-wix-msi": "^5.1.3",
"log-symbols": "^4.0.0",
"parse-author": "^2.0.0",
"semver": "^7.2.1"
},
"publishConfig": {
"access": "public"
},
"files": [
"dist",
"src"
]
}