{
  "name": "mansions-collection-app",
  "version": "1.0.0",
  "description": "Mansions Collection",
  "main": "main.js",
  "author": "lume.office",
  "license": "ISC",
  "scripts": {
    "start": "electron .",
    "dist": "electron-builder"
  },
  "keywords": [
    "mansions",
    "collection",
    "electron"
  ],
  "devDependencies": {
    "electron": "^33.2.0",
    "electron-builder": "^25.1.8"
  },
  "build": {
    "appId": "com.mansions.collection",
    "productName": "Mansions Collection",
    "copyright": "Copyright © MAGNA 2024",
    "mac": {
      "category": "public.app-category.productivity",
      "icon": "assets/icon.icns"
    },
    "win": {
      "icon": "assets/icon.ico"
    },
    "linux": {
      "icon": "assets/",
      "target": [
        "AppImage",
        "deb"
      ]
    },
    "directories": {
      "output": "dist"
    },
    "extraResources": [
      {
        "from": "assets/",
        "to": "assets/",
        "filter": [
          "**/*"
        ]
      }
    ]
  },
  "dependencies": {
    "axios": "^1.7.7",
    "electron-store": "^6.0.1"
  }
}
