You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
755 B
34 lines
755 B
{
|
|
"name": "@electron-forge/maker-zip",
|
|
"version": "6.4.2",
|
|
"description": "ZIP maker for Electron Forge",
|
|
"repository": "https://github.com/electron/forge",
|
|
"author": "Samuel Attard",
|
|
"license": "MIT",
|
|
"main": "dist/MakerZIP.js",
|
|
"typings": "dist/MakerZIP.d.ts",
|
|
"devDependencies": {
|
|
"chai": "^4.3.3",
|
|
"mocha": "^9.0.1",
|
|
"sinon": "^13.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 14.17.5"
|
|
},
|
|
"dependencies": {
|
|
"@electron-forge/maker-base": "6.4.2",
|
|
"@electron-forge/shared-types": "6.4.2",
|
|
"cross-zip": "^4.0.0",
|
|
"fs-extra": "^10.0.0",
|
|
"got": "^11.8.5"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"src"
|
|
],
|
|
"gitHead": "3e6fe255395f96e0a28bd1a487ae33eea86465a7"
|
|
}
|