Update package.json

This commit is contained in:
Anirudh Sevugan 2025-02-28 00:29:58 +05:30 committed by GitHub
parent 4c75fa2f41
commit 9f6ea484be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@
"name": "SimpliPlay",
"version": "1.0.3",
"description": "The mission to make media playback accessible on every device, anywhere, anytime.",
"main": "main.js",
"main": "./main.js",
"scripts": {
"test": "echo Hello World!!!",
"start": "electron-forge start",
@ -11,6 +11,7 @@
},
"author": "Anirudh Sevugan",
"build": {
"npmRebuild": false,
"appId": "com.anirudhsevugan.simpliPlay",
"productName": "SimpliPlay",
"directories": {
@ -30,7 +31,7 @@
]
},
"win": {
"target": "msi",
"target": "portable",
"icon": "icon.ico"
},
"linux": {
@ -80,7 +81,7 @@
"name": "MKV Video",
"role": "Viewer"
}
]
]
},
"devDependencies": {
"electron": "^34.0.1",