mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
* build: embed binary checksums in the npm package * Update docs/tutorial/installation.md Co-authored-by: Jeremy Rose <jeremya@chromium.org> * refactor: replace reduce with loop * refactor: remove all usages of the legacy request module (#30492) * Replaces request with got * Replaces nugget with got streams * Replaces request in docs with got * Upgrades dugite to drop requests dependency * build: do not excessively log response bodies * build: fix publish-to-npm script post requests migration * chore: revert accidental package bumps Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com> Co-authored-by: Samuel Attard <sam@electronjs.org> Co-authored-by: Jeremy Rose <jeremya@chromium.org>
19 lines
307 B
JSON
19 lines
307 B
JSON
{
|
|
"main": "index.js",
|
|
"types": "electron.d.ts",
|
|
"bin": {
|
|
"electron": "cli.js"
|
|
},
|
|
"scripts": {
|
|
"postinstall": "node install.js"
|
|
},
|
|
"dependencies": {
|
|
"@electron/get": "^1.13.0",
|
|
"@types/node": "^14.6.2",
|
|
"extract-zip": "^1.0.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 8.6"
|
|
}
|
|
}
|