Add package.json with electron main entry and start script
This commit is contained in:
parent
ee60234d9b
commit
81fffd6a64
@ -1,5 +1,14 @@
|
||||
{
|
||||
"name": "MovieMapper",
|
||||
"version": "1.0.0",
|
||||
"description": "A desktop application for organizing and managing movie and TV show collections",
|
||||
"main": "main.js",
|
||||
"scripts": {
|
||||
"start": "electron .",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"dependencies": {
|
||||
"electron": "^40.4.1",
|
||||
"fluent-ffmpeg": "^2.1.3"
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user