UNPKG

3.12 kBJSONView Raw
1{
2 "name": "app-builder-lib",
3 "description": "electron-builder lib",
4 "version": "22.14.7",
5 "main": "out/index.js",
6 "files": [
7 "out",
8 "templates",
9 "scheme.json",
10 "electron-osx-sign",
11 "certs/root_certs.keychain"
12 ],
13 "repository": {
14 "type": "git",
15 "url": "git+https://github.com/electron-userland/electron-builder.git",
16 "directory": "packages/app-builder-lib"
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 "license": "MIT",
47 "bugs": "https://github.com/electron-userland/electron-builder/issues",
48 "homepage": "https://github.com/electron-userland/electron-builder",
49 "dependencies": {
50 "7zip-bin": "~5.1.1",
51 "@develar/schema-utils": "~2.6.5",
52 "@electron/universal": "1.0.5",
53 "@malept/flatpak-bundler": "^0.4.0",
54 "async-exit-hook": "^2.0.1",
55 "bluebird-lst": "^1.0.9",
56 "builder-util": "22.14.7",
57 "builder-util-runtime": "8.9.2",
58 "chromium-pickle-js": "^0.2.0",
59 "debug": "^4.3.2",
60 "ejs": "^3.1.6",
61 "electron-osx-sign": "^0.5.0",
62 "electron-publish": "22.14.7",
63 "form-data": "^4.0.0",
64 "fs-extra": "^10.0.0",
65 "hosted-git-info": "^4.0.2",
66 "is-ci": "^3.0.0",
67 "isbinaryfile": "^4.0.8",
68 "js-yaml": "^4.1.0",
69 "lazy-val": "^1.0.5",
70 "minimatch": "^3.0.4",
71 "read-config-file": "6.2.0",
72 "sanitize-filename": "^1.6.3",
73 "semver": "^7.3.5",
74 "temp-file": "^3.4.0"
75 },
76 "///": "babel in devDependencies for proton tests",
77 "devDependencies": {
78 "@babel/core": "7.15.5",
79 "@babel/plugin-proposal-class-properties": "7.14.5",
80 "@babel/plugin-proposal-decorators": "7.15.4",
81 "@babel/plugin-proposal-do-expressions": "7.14.5",
82 "@babel/plugin-proposal-export-default-from": "7.14.5",
83 "@babel/plugin-proposal-export-namespace-from": "7.14.5",
84 "@babel/plugin-proposal-function-bind": "7.14.5",
85 "@babel/plugin-proposal-function-sent": "7.14.5",
86 "@babel/plugin-proposal-json-strings": "7.14.5",
87 "@babel/plugin-proposal-logical-assignment-operators": "7.14.5",
88 "@babel/plugin-proposal-nullish-coalescing-operator": "7.14.5",
89 "@babel/plugin-proposal-numeric-separator": "7.14.5",
90 "@babel/plugin-proposal-optional-chaining": "7.14.5",
91 "@babel/plugin-proposal-pipeline-operator": "7.15.0",
92 "@babel/plugin-proposal-throw-expressions": "7.14.5",
93 "@babel/plugin-syntax-dynamic-import": "7.8.3",
94 "@babel/plugin-syntax-import-meta": "7.10.4",
95 "@babel/preset-env": "7.15.6",
96 "@babel/preset-react": "7.14.5",
97 "@types/debug": "4.1.7",
98 "@types/ejs": "3.1.0",
99 "@types/fs-extra": "9.0.12",
100 "@types/hosted-git-info": "3.0.2",
101 "@types/is-ci": "3.0.0",
102 "@types/js-yaml": "4.0.3",
103 "@types/semver": "7.3.8",
104 "dmg-builder": "22.14.7",
105 "electron-builder-squirrel-windows": "22.14.7"
106 },
107 "//": "electron-builder-squirrel-windows and dmg-builder added as dev dep for tests (as otherwise `require` doesn't work using Yarn 2)",
108 "typings": "./out/index.d.ts"
109}