aab5ea5f9d
* 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 Co-authored-by: Jeremy Rose <jeremya@chromium.org>
18 lines
307 B
JSON
18 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"
|
|
}
|
|
}
|