Initial commit
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
+28
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "electron-builder-squirrel-windows",
|
||||
"version": "26.8.1",
|
||||
"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",
|
||||
"template.nuspectemplate"
|
||||
],
|
||||
"dependencies": {
|
||||
"electron-winstaller": "5.4.0",
|
||||
"app-builder-lib": "26.8.1",
|
||||
"builder-util": "26.8.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/archiver": "5.3.1",
|
||||
"@types/fs-extra": "9.0.13"
|
||||
},
|
||||
"types": "./out/SquirrelWindowsTarget.d.ts"
|
||||
}
|
||||
Reference in New Issue
Block a user