Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
thusarakap committed Mar 25, 2024
1 parent 60693f2 commit 3735f71
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"scripts": {
"start": "electron main.js",
"test": "jest",
"package": "electron-builder --win --x64"
"package": "electron-builder --win --x64",
"build": "electron-builder"
},
"icon": "resources/images/SoundSulptIcon.png",
"keywords": [],
Expand All @@ -20,6 +21,8 @@
"jest-environment-jsdom": "^29.7.0"
},
"dependencies": {
"d3": "^7.8.5",
"eslint": "^8.57.0",
"firebase": "^10.9.0",
"text-encoding": "^0.7.0"
},
Expand Down

0 comments on commit 3735f71

Please sign in to comment.