Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
1ly4s0 authored Jul 23, 2024
1 parent 5e827af commit 0402167
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"main": "src/main.js",
"scripts": {
"start": "electron .",
"dev": "nodemon --exec npm start"
"dev": "nodemon --exec npm start",
"build": "electron-builder"
},
"nodemonConfig": {
"ext": "js,html,css"
Expand All @@ -15,6 +16,7 @@
"license": "ISC",
"devDependencies": {
"electron": "^31.2.1",
"electron-builder": "^24.13.3",
"nodemon": "^3.1.4"
},
"dependencies": {
Expand Down

0 comments on commit 0402167

Please sign in to comment.