diff --git a/package.json b/package.json index eeefc5f..84736e2 100644 --- a/package.json +++ b/package.json @@ -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" } -} +} \ No newline at end of file