15 lines
263 B
JSON
15 lines
263 B
JSON
{
|
|
"name": "app",
|
|
"description": "",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "electron main.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"electron": "^23.1.1"
|
|
}
|
|
}
|