enso/app/ide-desktop/lib/client/package.json
Michał Wawrzyniec Urbańczyk 10f45d7fd1
macOS Code Signing & Notarization (#3712)
This PR reenables code signing and notarization on macOS.

[ci no changelog needed]

# Important Notes
* electron-builder has been bumped, mostly to avoid missing Python issue. A workaround for a regression with Windows installer is provided as a patch.
2022-09-19 19:02:18 +00:00

43 lines
1.0 KiB
JSON

{
"version": "0.0.0-dev",
"type": "module",
"author": {
"name": "Enso Team",
"email": "contact@enso.org"
},
"homepage": "https://github.com/enso-org/ide",
"repository": {
"type": "git",
"url": "git@github.com:enso-org/ide.git"
},
"bugs": {
"url": "https://github.com/enso-org/ide/issues"
},
"name": "enso",
"description": "Enso Data Processing Environment.",
"main": "index.cjs",
"dependencies": {
"create-servers": "^3.2.0",
"enso-gui-server": "^1.0.0",
"mime-types": "^2.1.35",
"@electron/remote": "^2.0.8",
"electron-is-dev": "^1.2.0",
"yargs": "^16.2.0"
},
"devDependencies": {
"electron": "17.1.0",
"electron-builder": "^23.3.3",
"esbuild": "^0.14.43",
"crypto-js": "4.1.1",
"electron-notarize": "1.2.1",
"enso-copy-plugin": "^1.0.0",
"ts-node": "^10.9.1",
"fast-glob": "^3.2.12"
},
"scripts": {
"start": "electron ../../../../dist/content -- ",
"build": "ts-node bundle.ts",
"dist": "ts-node electron-builder-config.ts"
}
}