enso/app/ide-desktop/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

34 lines
676 B
JSON

{
"version": "1.0.0",
"type": "module",
"author": {
"name": "Enso Team",
"email": "contact@enso.org"
},
"homepage": "https://github.com/enso-org/enso",
"repository": {
"type": "git",
"url": "git@github.com:enso-org/enso.git"
},
"bugs": {
"url": "https://github.com/enso-org/enso/issues"
},
"name": "root",
"private": true,
"workspaces": [
"lib/client",
"lib/common",
"lib/content",
"lib/copy-plugin",
"lib/icons",
"lib/server"
],
"devDependencies": {
"patch-package": "^6.4.7"
},
"scripts": {
"watch": "npm run watch --workspace enso-studio-content",
"postinstall": "patch-package"
}
}