LarpixClient/electron/node_modules/electron-publish/package.json
olcxja fb6c8b6ee9
All checks were successful
Android Build / publish (push) Successful in 55s
Linux Build / publish (push) Successful in 1m6s
update electron to v43
2026-07-09 22:38:33 +02:00

33 lines
No EOL
865 B
JSON

{
"name": "electron-publish",
"version": "26.15.3",
"main": "out/index.js",
"author": "Vladimir Krivosheev",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/electron-userland/electron-builder.git",
"directory": "packages/electron-publish"
},
"bugs": "https://github.com/electron-userland/electron-builder/issues",
"homepage": "https://github.com/electron-userland/electron-builder",
"files": [
"out"
],
"dependencies": {
"@types/fs-extra": "^9.0.11",
"aws4": "^1.13.2",
"chalk": "^4.1.2",
"form-data": "^4.0.5",
"fs-extra": "^10.1.0",
"lazy-val": "^1.0.5",
"mime": "^2.5.2",
"builder-util": "26.15.3",
"builder-util-runtime": "9.7.0"
},
"typings": "./out/index.d.ts",
"devDependencies": {
"@types/aws4": "^1.11.6",
"@types/mime": "2.0.3"
}
}