UNPKG

581 BJSONView Raw
1{
2 "main": "index.js",
3 "types": "electron.d.ts",
4 "bin": {
5 "electron": "cli.js"
6 },
7 "scripts": {
8 "postinstall": "node install.js"
9 },
10 "dependencies": {
11 "@electron/get": "^1.0.1",
12 "@types/node": "^12.0.12",
13 "extract-zip": "^1.0.3"
14 },
15 "engines": {
16 "node": ">= 8.6"
17 },
18 "name": "electron",
19 "version": "8.2.0",
20 "repository": "https://github.com/electron/electron",
21 "description": "Build cross platform desktop apps with JavaScript, HTML, and CSS",
22 "license": "MIT",
23 "author": "Electron Community",
24 "keywords": [
25 "electron"
26 ]
27}
\No newline at end of file