UNPKG

899 BJSONView Raw
1{
2 "name": "builder-util",
3 "version": "22.11.4",
4 "main": "out/util.js",
5 "author": "Vladimir Krivosheev",
6 "license": "MIT",
7 "repository": "electron-userland/electron-builder",
8 "bugs": "https://github.com/electron-userland/electron-builder/issues",
9 "homepage": "https://github.com/electron-userland/electron-builder",
10 "files": [
11 "out"
12 ],
13 "dependencies": {
14 "7zip-bin": "~5.1.1",
15 "@types/debug": "^4.1.5",
16 "@types/fs-extra": "^9.0.11",
17 "app-builder-bin": "3.5.13",
18 "bluebird-lst": "^1.0.9",
19 "builder-util-runtime": "8.7.5",
20 "chalk": "^4.1.1",
21 "debug": "^4.3.2",
22 "fs-extra": "^10.0.0",
23 "is-ci": "^3.0.0",
24 "js-yaml": "^4.1.0",
25 "source-map-support": "^0.5.19",
26 "stat-mode": "^1.0.0",
27 "temp-file": "^3.4.0"
28 },
29 "typings": "./out/util.d.ts",
30 "devDependencies": {
31 "@types/is-ci": "^3.0.0",
32 "@types/js-yaml": "^4.0.1",
33 "@types/source-map-support": "^0.5.3"
34 }
35}