UNPKG

3.13 kBJSONView Raw
1{
2 "name": "app-builder-lib",
3 "description": "electron-builder lib",
4 "version": "22.10.3",
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": "electron-userland/electron-builder",
14 "engines": {
15 "node": ">=8.12.0"
16 },
17 "keywords": [
18 "electron",
19 "builder",
20 "build",
21 "installer",
22 "install",
23 "packager",
24 "pack",
25 "nsis",
26 "app",
27 "dmg",
28 "pkg",
29 "msi",
30 "exe",
31 "setup",
32 "Windows",
33 "OS X",
34 "MacOS",
35 "Mac",
36 "appx",
37 "snap",
38 "portable"
39 ],
40 "author": "Vladimir Krivosheev",
41 "license": "MIT",
42 "bugs": "https://github.com/electron-userland/electron-builder/issues",
43 "homepage": "https://github.com/electron-userland/electron-builder",
44 "dependencies": {
45 "7zip-bin": "~5.0.3",
46 "@develar/schema-utils": "~2.6.5",
47 "async-exit-hook": "^2.0.1",
48 "bluebird-lst": "^1.0.9",
49 "builder-util": "22.10.3",
50 "builder-util-runtime": "8.7.3",
51 "chromium-pickle-js": "^0.2.0",
52 "debug": "^4.3.2",
53 "ejs": "^3.1.5",
54 "electron-publish": "22.10.3",
55 "fs-extra": "^9.0.1",
56 "hosted-git-info": "^3.0.7",
57 "is-ci": "^2.0.0",
58 "isbinaryfile": "^4.0.6",
59 "js-yaml": "^3.14.1",
60 "lazy-val": "^1.0.4",
61 "minimatch": "^3.0.4",
62 "normalize-package-data": "^3.0.0",
63 "read-config-file": "6.0.0",
64 "sanitize-filename": "^1.6.3",
65 "semver": "^7.3.4",
66 "temp-file": "^3.3.7"
67 },
68 "///": "babel in devDependencies for proton tests",
69 "devDependencies": {
70 "@babel/core": "^7.12.10",
71 "@babel/plugin-proposal-class-properties": "^7.12.1",
72 "@babel/plugin-proposal-decorators": "^7.12.1",
73 "@babel/plugin-proposal-do-expressions": "^7.12.1",
74 "@babel/plugin-proposal-export-default-from": "^7.12.1",
75 "@babel/plugin-proposal-export-namespace-from": "^7.12.1",
76 "@babel/plugin-proposal-function-bind": "^7.12.1",
77 "@babel/plugin-proposal-function-sent": "^7.12.1",
78 "@babel/plugin-proposal-json-strings": "^7.12.1",
79 "@babel/plugin-proposal-logical-assignment-operators": "^7.12.1",
80 "@babel/plugin-proposal-nullish-coalescing-operator": "^7.12.1",
81 "@babel/plugin-proposal-numeric-separator": "^7.12.7",
82 "@babel/plugin-proposal-optional-chaining": "^7.12.7",
83 "@babel/plugin-proposal-pipeline-operator": "^7.12.1",
84 "@babel/plugin-proposal-throw-expressions": "^7.12.1",
85 "@babel/plugin-syntax-dynamic-import": "^7.8.3",
86 "@babel/plugin-syntax-import-meta": "^7.10.4",
87 "@babel/preset-env": "^7.12.10",
88 "@babel/preset-react": "^7.12.10",
89 "@types/debug": "^4.1.5",
90 "@types/ejs": "^3.0.5",
91 "@types/fs-extra": "^9.0.5",
92 "@types/is-ci": "^2.0.0",
93 "@types/js-yaml": "^3.12.5",
94 "@types/normalize-package-data": "^2.4.0",
95 "@types/semver": "^7.3.4",
96 "dmg-builder": "22.10.3",
97 "electron-builder-squirrel-windows": "22.10.3"
98 },
99 "//": "electron-builder-squirrel-windows and dmg-builder added as dev dep for tests (as otherwise `require` doesn't work using Yarn 2)",
100 "typings": "./out/index.d.ts"
101}
\No newline at end of file