1 | {
|
2 | "name": "app-builder-lib",
|
3 | "description": "electron-builder lib",
|
4 | "version": "25.0.0-alpha.6",
|
5 | "main": "out/index.js",
|
6 | "files": [
|
7 | "out",
|
8 | "templates",
|
9 | "scheme.json",
|
10 | "certs/root_certs.keychain"
|
11 | ],
|
12 | "repository": {
|
13 | "type": "git",
|
14 | "url": "git+https://github.com/electron-userland/electron-builder.git",
|
15 | "directory": "packages/app-builder-lib"
|
16 | },
|
17 | "engines": {
|
18 | "node": ">=14.0.0"
|
19 | },
|
20 | "keywords": [
|
21 | "electron",
|
22 | "builder",
|
23 | "build",
|
24 | "installer",
|
25 | "install",
|
26 | "packager",
|
27 | "pack",
|
28 | "nsis",
|
29 | "app",
|
30 | "dmg",
|
31 | "pkg",
|
32 | "msi",
|
33 | "exe",
|
34 | "setup",
|
35 | "Windows",
|
36 | "OS X",
|
37 | "MacOS",
|
38 | "Mac",
|
39 | "appx",
|
40 | "snap",
|
41 | "flatpak",
|
42 | "portable"
|
43 | ],
|
44 | "author": "Vladimir Krivosheev",
|
45 | "license": "MIT",
|
46 | "bugs": "https://github.com/electron-userland/electron-builder/issues",
|
47 | "homepage": "https://github.com/electron-userland/electron-builder",
|
48 | "dependencies": {
|
49 | "@develar/schema-utils": "~2.6.5",
|
50 | "@electron/notarize": "2.3.0",
|
51 | "@electron/osx-sign": "1.0.5",
|
52 | "@electron/rebuild": "3.6.0",
|
53 | "@electron/universal": "2.0.1",
|
54 | "@malept/flatpak-bundler": "^0.4.0",
|
55 | "@types/fs-extra": "9.0.13",
|
56 | "async-exit-hook": "^2.0.1",
|
57 | "bluebird-lst": "^1.0.9",
|
58 | "chromium-pickle-js": "^0.2.0",
|
59 | "debug": "^4.3.4",
|
60 | "ejs": "^3.1.8",
|
61 | "form-data": "^4.0.0",
|
62 | "fs-extra": "^10.1.0",
|
63 | "hosted-git-info": "^4.1.0",
|
64 | "is-ci": "^3.0.0",
|
65 | "isbinaryfile": "^5.0.0",
|
66 | "js-yaml": "^4.1.0",
|
67 | "lazy-val": "^1.0.5",
|
68 | "minimatch": "^5.1.1",
|
69 | "read-config-file": "6.3.2",
|
70 | "sanitize-filename": "^1.6.3",
|
71 | "semver": "^7.3.8",
|
72 | "tar": "^6.1.12",
|
73 | "temp-file": "^3.4.0",
|
74 | "builder-util-runtime": "9.2.5-alpha.2",
|
75 | "electron-publish": "25.0.0-alpha.6",
|
76 | "builder-util": "25.0.0-alpha.6"
|
77 | },
|
78 | "///": "babel in devDependencies for proton tests",
|
79 | "devDependencies": {
|
80 | "@babel/core": "7.15.5",
|
81 | "@babel/plugin-proposal-class-properties": "7.14.5",
|
82 | "@babel/plugin-proposal-decorators": "7.15.4",
|
83 | "@babel/plugin-proposal-do-expressions": "7.14.5",
|
84 | "@babel/plugin-proposal-export-default-from": "7.14.5",
|
85 | "@babel/plugin-proposal-export-namespace-from": "7.14.5",
|
86 | "@babel/plugin-proposal-function-bind": "7.14.5",
|
87 | "@babel/plugin-proposal-function-sent": "7.14.5",
|
88 | "@babel/plugin-proposal-json-strings": "7.14.5",
|
89 | "@babel/plugin-proposal-logical-assignment-operators": "7.14.5",
|
90 | "@babel/plugin-proposal-nullish-coalescing-operator": "7.14.5",
|
91 | "@babel/plugin-proposal-numeric-separator": "7.14.5",
|
92 | "@babel/plugin-proposal-optional-chaining": "7.14.5",
|
93 | "@babel/plugin-proposal-pipeline-operator": "7.15.0",
|
94 | "@babel/plugin-proposal-throw-expressions": "7.14.5",
|
95 | "@babel/plugin-syntax-dynamic-import": "7.8.3",
|
96 | "@babel/plugin-syntax-import-meta": "7.10.4",
|
97 | "@babel/preset-env": "7.15.6",
|
98 | "@babel/preset-react": "7.14.5",
|
99 | "@types/debug": "4.1.7",
|
100 | "@types/ejs": "3.1.0",
|
101 | "@types/hosted-git-info": "3.0.2",
|
102 | "@types/is-ci": "3.0.0",
|
103 | "@types/js-yaml": "4.0.3",
|
104 | "@types/semver": "7.3.8",
|
105 | "@types/tar": "^6.1.3",
|
106 | "dmg-builder": "25.0.0-alpha.6",
|
107 | "electron-builder-squirrel-windows": "25.0.0-alpha.6"
|
108 | },
|
109 | "peerDependencies": {
|
110 | "dmg-builder": "25.0.0-alpha.6",
|
111 | "electron-builder-squirrel-windows": "25.0.0-alpha.6"
|
112 | },
|
113 | "//": "electron-builder-squirrel-windows and dmg-builder added as dev dep for tests (as otherwise `require` doesn't work using Yarn 2)",
|
114 | "typings": "./out/index.d.ts"
|
115 | } |
\ | No newline at end of file |