Create package.json

This commit is contained in:
Znooptokkie
2024-02-07 13:46:05 +01:00
committed by GitHub
parent 4596d5446a
commit 01db72395a

14
package.json Normal file
View File

@@ -0,0 +1,14 @@
{
"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"
}
}