MovieMapper/package.json

16 lines
382 B
JSON

{
"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": {
"axios": "^1.13.5",
"electron": "^40.4.1",
"fluent-ffmpeg": "^2.1.3"
}
}