UNPKG

1.19 kBJSONView Raw
1{
2 "name": "builder-util",
3 "version": "25.1.7",
4 "main": "out/util.js",
5 "author": "Vladimir Krivosheev",
6 "license": "MIT",
7 "repository": {
8 "type": "git",
9 "url": "git+https://github.com/electron-userland/electron-builder.git",
10 "directory": "packages/builder-util"
11 },
12 "bugs": "https://github.com/electron-userland/electron-builder/issues",
13 "homepage": "https://github.com/electron-userland/electron-builder",
14 "files": [
15 "out"
16 ],
17 "dependencies": {
18 "7zip-bin": "~5.2.0",
19 "@types/debug": "^4.1.6",
20 "app-builder-bin": "5.0.0-alpha.10",
21 "bluebird-lst": "^1.0.9",
22 "chalk": "^4.1.2",
23 "cross-spawn": "^7.0.3",
24 "debug": "^4.3.4",
25 "fs-extra": "^10.1.0",
26 "http-proxy-agent": "^7.0.0",
27 "https-proxy-agent": "^7.0.0",
28 "is-ci": "^3.0.0",
29 "js-yaml": "^4.1.0",
30 "source-map-support": "^0.5.19",
31 "stat-mode": "^1.0.0",
32 "temp-file": "^3.4.0",
33 "builder-util-runtime": "9.2.10"
34 },
35 "typings": "./out/util.d.ts",
36 "devDependencies": {
37 "@types/cross-spawn": "6.0.2",
38 "@types/fs-extra": "^9.0.11",
39 "@types/is-ci": "3.0.0",
40 "@types/js-yaml": "4.0.3",
41 "@types/source-map-support": "0.5.4"
42 }
43}
\No newline at end of file