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": "^2.0.0",
|
12 | "@types/node": "^20.9.0",
|
13 | "extract-zip": "^2.0.1"
|
14 | },
|
15 | "engines": {
|
16 | "node": ">= 12.20.55"
|
17 | },
|
18 | "name": "electron",
|
19 | "repository": "https://github.com/electron/electron",
|
20 | "description": "Build cross platform desktop apps with JavaScript, HTML, and CSS",
|
21 | "license": "MIT",
|
22 | "author": "Electron Community",
|
23 | "keywords": [
|
24 | "electron"
|
25 | ],
|
26 | "version": "33.0.2"
|
27 | } |
\ | No newline at end of file |