init
This commit is contained in:
74
mc_test/node_modules/electron-builder/package.json
generated
vendored
Executable file
74
mc_test/node_modules/electron-builder/package.json
generated
vendored
Executable file
@ -0,0 +1,74 @@
|
||||
{
|
||||
"name": "electron-builder",
|
||||
"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",
|
||||
"version": "24.13.3",
|
||||
"main": "out/index.js",
|
||||
"files": [
|
||||
"out"
|
||||
],
|
||||
"bin": {
|
||||
"electron-builder": "./cli.js",
|
||||
"install-app-deps": "./install-app-deps.js"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/electron-userland/electron-builder.git",
|
||||
"directory": "packages/electron-builder"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=14.0.0"
|
||||
},
|
||||
"keywords": [
|
||||
"electron",
|
||||
"builder",
|
||||
"build",
|
||||
"installer",
|
||||
"install",
|
||||
"packager",
|
||||
"pack",
|
||||
"nsis",
|
||||
"app",
|
||||
"dmg",
|
||||
"pkg",
|
||||
"msi",
|
||||
"exe",
|
||||
"setup",
|
||||
"Windows",
|
||||
"OS X",
|
||||
"MacOS",
|
||||
"Mac",
|
||||
"appx",
|
||||
"snap",
|
||||
"flatpak",
|
||||
"portable"
|
||||
],
|
||||
"author": "Vladimir Krivosheev",
|
||||
"contributors": [
|
||||
"Stefan Judis"
|
||||
],
|
||||
"license": "MIT",
|
||||
"bugs": "https://github.com/electron-userland/electron-builder/issues",
|
||||
"homepage": "https://github.com/electron-userland/electron-builder",
|
||||
"dependencies": {
|
||||
"chalk": "^4.1.2",
|
||||
"fs-extra": "^10.1.0",
|
||||
"is-ci": "^3.0.0",
|
||||
"lazy-val": "^1.0.5",
|
||||
"read-config-file": "6.3.2",
|
||||
"simple-update-notifier": "2.0.0",
|
||||
"yargs": "^17.6.2",
|
||||
"builder-util-runtime": "9.2.4",
|
||||
"app-builder-lib": "24.13.3",
|
||||
"builder-util": "24.13.1",
|
||||
"dmg-builder": "24.13.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/fs-extra": "9.0.13",
|
||||
"@types/is-ci": "3.0.0",
|
||||
"@types/yargs": "^17.0.16"
|
||||
},
|
||||
"typings": "./out/index.d.ts",
|
||||
"publishConfig": {
|
||||
"tag": "next"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user