16 lines
284 B
JSON
16 lines
284 B
JSON
|
{
|
||
|
"name": "electron",
|
||
|
"version": "1.0.0",
|
||
|
"description": "",
|
||
|
"main": "main.js",
|
||
|
"scripts": {
|
||
|
"start": "electron .",
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"devDependencies": {
|
||
|
"electron": "^28.0.0"
|
||
|
}
|
||
|
}
|