UNPKG

864 BJSONView Raw
1{
2 "name": "electron-updater",
3 "version": "4.3.6",
4 "description": "Cross platform updater for electron applications",
5 "main": "out/main.js",
6 "author": "Vladimir Krivosheev",
7 "license": "MIT",
8 "repository": "electron-userland/electron-builder",
9 "bugs": "https://github.com/electron-userland/electron-builder/issues",
10 "homepage": "https://github.com/electron-userland/electron-builder",
11 "files": [
12 "out"
13 ],
14 "dependencies": {
15 "@types/semver": "^7.3.4",
16 "builder-util-runtime": "8.7.3",
17 "fs-extra": "^9.0.1",
18 "js-yaml": "^3.14.1",
19 "lazy-val": "^1.0.4",
20 "lodash.isequal": "^4.5.0",
21 "semver": "^7.3.4"
22 },
23 "devDependencies": {
24 "@types/fs-extra": "^9.0.5",
25 "@types/js-yaml": "^3.12.5",
26 "@types/lodash.isequal": "^4.5.5"
27 },
28 "typings": "./out/main.d.ts",
29 "publishConfig": {
30 "tag": "next"
31 }
32}
\No newline at end of file