1 | {
|
2 | "name": "electron-builder",
|
3 | "description": "A complete solution to package and build a ready for distribution Electron app for MacOS, Windows and Linux with “auto update” support out of the box",
|
4 | "version": "25.1.8",
|
5 | "main": "out/index.js",
|
6 | "files": [
|
7 | "out"
|
8 | ],
|
9 | "bin": {
|
10 | "electron-builder": "./cli.js",
|
11 | "install-app-deps": "./install-app-deps.js"
|
12 | },
|
13 | "repository": {
|
14 | "type": "git",
|
15 | "url": "git+https://github.com/electron-userland/electron-builder.git",
|
16 | "directory": "packages/electron-builder"
|
17 | },
|
18 | "engines": {
|
19 | "node": ">=14.0.0"
|
20 | },
|
21 | "keywords": [
|
22 | "electron",
|
23 | "builder",
|
24 | "build",
|
25 | "installer",
|
26 | "install",
|
27 | "packager",
|
28 | "pack",
|
29 | "nsis",
|
30 | "app",
|
31 | "dmg",
|
32 | "pkg",
|
33 | "msi",
|
34 | "exe",
|
35 | "setup",
|
36 | "Windows",
|
37 | "OS X",
|
38 | "MacOS",
|
39 | "Mac",
|
40 | "appx",
|
41 | "snap",
|
42 | "flatpak",
|
43 | "portable"
|
44 | ],
|
45 | "author": "Vladimir Krivosheev",
|
46 | "contributors": [
|
47 | "Stefan Judis"
|
48 | ],
|
49 | "license": "MIT",
|
50 | "bugs": "https://github.com/electron-userland/electron-builder/issues",
|
51 | "homepage": "https://github.com/electron-userland/electron-builder",
|
52 | "dependencies": {
|
53 | "chalk": "^4.1.2",
|
54 | "fs-extra": "^10.1.0",
|
55 | "is-ci": "^3.0.0",
|
56 | "lazy-val": "^1.0.5",
|
57 | "simple-update-notifier": "2.0.0",
|
58 | "yargs": "^17.6.2",
|
59 | "app-builder-lib": "25.1.8",
|
60 | "builder-util": "25.1.7",
|
61 | "dmg-builder": "25.1.8",
|
62 | "builder-util-runtime": "9.2.10"
|
63 | },
|
64 | "devDependencies": {
|
65 | "@types/fs-extra": "9.0.13",
|
66 | "@types/is-ci": "3.0.0",
|
67 | "@types/yargs": "^17.0.16"
|
68 | },
|
69 | "typings": "./out/index.d.ts",
|
70 | "publishConfig": {
|
71 | "tag": "next"
|
72 | }
|
73 | } |
\ | No newline at end of file |