Initial Commit

This commit is contained in:
2026-01-15 21:52:12 +01:00
committed by erik
parent 3ed42cdeb6
commit 5a70f775f1
6702 changed files with 1389544 additions and 0 deletions

View File

@@ -0,0 +1,28 @@
{
"name": "electron-builder-squirrel-windows",
"version": "24.13.3",
"main": "out/SquirrelWindowsTarget.js",
"author": "Vladimir Krivosheev",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/electron-userland/electron-builder.git",
"directory": "packages/electron-builder-squirrel-windows"
},
"bugs": "https://github.com/electron-userland/electron-builder/issues",
"homepage": "https://github.com/electron-userland/electron-builder",
"files": [
"out"
],
"dependencies": {
"archiver": "^5.3.1",
"fs-extra": "^10.1.0",
"app-builder-lib": "24.13.3",
"builder-util": "24.13.1"
},
"devDependencies": {
"@types/archiver": "5.3.1",
"@types/fs-extra": "9.0.13"
},
"types": "./out/SquirrelWindowsTarget.d.ts"
}