{ "productName": "Cypress", "appId": "com.electron.cypress", "target": "zip", "mac": { "target": "zip", "forceCodeSigning": true, "publish": null, "hardenedRuntime": true, "entitlements": "./scripts/entitlements.mac.inherit.plist", "entitlementsInherit": "./scripts/entitlements.mac.inherit.plist", "type": "distribution" }, "linux": { "target": "dir", "executableName": "Cypress" }, "win": { "target": "dir" }, "afterPack": "./scripts/after-pack-hook.js", "afterSign": "./scripts/after-sign-hook.js" }