UNPKG

862 BJSONView Raw
1{
2 "name": "dmg-builder",
3 "version": "22.14.3",
4 "main": "out/dmgUtil.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/dmg-builder"
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 "templates",
17 "vendor"
18 ],
19 "dependencies": {
20 "app-builder-lib": "22.14.3",
21 "builder-util": "22.14.0",
22 "builder-util-runtime": "8.9.0",
23 "fs-extra": "^10.0.0",
24 "iconv-lite": "^0.6.2",
25 "js-yaml": "^4.1.0"
26 },
27 "optionalDependencies": {
28 "dmg-license": "^1.0.9"
29 },
30 "devDependencies": {
31 "@types/fs-extra": "9.0.12",
32 "@types/js-yaml": "4.0.3",
33 "temp-file": "3.4.0"
34 },
35 "typings": "./out/dmg.d.ts"
36}