|
1 | 1 | {
|
2 |
| - "name": "electron-builder", |
3 |
| - "description": "A complete solution to package and build a ready for distribution Electron app for MacOS, Windows and Linux with “auto update” support out of the box", |
4 |
| - "version": "0.0.0-semantic-release", |
5 |
| - "main": "out/index.js", |
6 |
| - "files": [ |
7 |
| - "out", |
8 |
| - "templates", |
9 |
| - "certs/root_certs.keychain" |
10 |
| - ], |
11 |
| - "bin": { |
12 |
| - "build": "./out/cli/build-cli.js", |
13 |
| - "install-app-deps": "./out/cli/install-app-deps.js", |
14 |
| - "node-gyp-rebuild": "./out/cli/node-gyp-rebuild.js" |
15 |
| - }, |
| 2 | + "private": true, |
| 3 | + "license": "MIT", |
16 | 4 | "scripts": {
|
17 | 5 | "compile": "ts-babel packages/electron-builder-http packages/electron-builder packages/electron-auto-updater test",
|
18 | 6 | "lint": "node ./packages/lint.js",
|
19 |
| - "pretest": "node ./test/vendor/yarn.js run compile && node ./test/vendor/yarn.js run lint", |
| 7 | + "pretest": "node ./test/vendor/yarn.js compile && node ./test/vendor/yarn.js lint && node ./test/vendor/yarn.js check-deps", |
20 | 8 | "check-deps": "node ./test/out/helpers/checkDeps.js",
|
21 | 9 | "test": "node ./test/out/helpers/runTests.js",
|
22 | 10 | "test-linux": "docker run --rm -ti -v ${PWD}:/project -v ${PWD##*/}-node-modules:/project/node_modules -v ~/.electron:/root/.electron electronuserland/electron-builder:wine /test.sh",
|
|
26 | 14 | "whitespace": "whitespace 'src/**/*.ts'",
|
27 | 15 | "docker-images": "docker/build.sh",
|
28 | 16 | "test-deps-mac": "brew install rpm dpkg mono lzip gnu-tar graphicsmagick xz && brew install wine --without-x11",
|
29 |
| - "postinstall": "lerna bootstrap" |
| 17 | + "postinstall": "lerna bootstrap", |
| 18 | + "update-deps": "lerna exec -- npm-check-updates --reject 'electron-builder-http'" |
30 | 19 | },
|
31 |
| - "repository": "electron-userland/electron-builder", |
32 |
| - "engines": { |
33 |
| - "node": ">=0.4.0" |
34 |
| - }, |
35 |
| - "keywords": [ |
36 |
| - "electron", |
37 |
| - "builder", |
38 |
| - "build", |
39 |
| - "installer", |
40 |
| - "install", |
41 |
| - "packager", |
42 |
| - "pack", |
43 |
| - "nsis", |
44 |
| - "app", |
45 |
| - "dmg", |
46 |
| - "msi", |
47 |
| - "exe", |
48 |
| - "setup", |
49 |
| - "Windows", |
50 |
| - "OS X", |
51 |
| - "MacOS", |
52 |
| - "Mac", |
53 |
| - "appx" |
54 |
| - ], |
55 |
| - "author": "Stefan Judis", |
56 |
| - "license": "MIT", |
57 |
| - "bugs": "https://github.com/electron-userland/electron-builder/issues", |
58 |
| - "homepage": "https://github.com/electron-userland/electron-builder", |
59 | 20 | "devDependencies": {
|
60 | 21 | "@develar/semantic-release": "^6.3.26",
|
61 | 22 | "@types/electron": "^1.4.30",
|
|
0 commit comments