mirror of
https://github.com/electron/electron.git
synced 2026-02-26 03:01:17 -05:00
* feat: lazy electron download * better error messaging? * add breaking changes script doc * add binary download step to install instructions * respect no binary env var
17 lines
292 B
JSON
17 lines
292 B
JSON
{
|
|
"main": "index.js",
|
|
"types": "electron.d.ts",
|
|
"bin": {
|
|
"electron": "cli.js",
|
|
"install-electron": "install.js"
|
|
},
|
|
"dependencies": {
|
|
"@electron/get": "^2.0.0",
|
|
"@types/node": "^24.9.0",
|
|
"extract-zip": "^2.0.1"
|
|
},
|
|
"engines": {
|
|
"node": ">= 12.20.55"
|
|
}
|
|
}
|