forked from olcxjas-softworks/LarpixClient
39 lines
No EOL
1.1 KiB
JSON
39 lines
No EOL
1.1 KiB
JSON
{
|
|
"name": "electron-updater",
|
|
"version": "5.3.0",
|
|
"description": "Cross platform updater for electron applications",
|
|
"main": "out/main.js",
|
|
"author": "Vladimir Krivosheev",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/electron-userland/electron-builder.git",
|
|
"directory": "packages/electron-updater"
|
|
},
|
|
"bugs": "https://github.com/electron-userland/electron-builder/issues",
|
|
"homepage": "https://github.com/electron-userland/electron-builder",
|
|
"files": [
|
|
"out"
|
|
],
|
|
"dependencies": {
|
|
"@types/semver": "^7.3.6",
|
|
"builder-util-runtime": "9.1.1",
|
|
"fs-extra": "^10.0.0",
|
|
"js-yaml": "^4.1.0",
|
|
"lazy-val": "^1.0.5",
|
|
"lodash.escaperegexp": "^4.1.2",
|
|
"lodash.isequal": "^4.5.0",
|
|
"semver": "^7.3.5",
|
|
"typed-emitter": "^2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/fs-extra": "9.0.13",
|
|
"@types/js-yaml": "4.0.3",
|
|
"@types/lodash.escaperegexp": "4.1.6",
|
|
"@types/lodash.isequal": "4.5.5"
|
|
},
|
|
"typings": "./out/main.d.ts",
|
|
"publishConfig": {
|
|
"tag": "next"
|
|
}
|
|
} |