17 lines
407 B
JSON
17 lines
407 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",
|
|
"dotenv": "^17.3.1",
|
|
"electron": "^40.4.1",
|
|
"fluent-ffmpeg": "^2.1.3"
|
|
}
|
|
}
|