{
  "name": "teslacam-browser",
  "productName": "TeslaCam Browser",
  "version": "8.1.3",
  "description": "A minimal TeslaCam Browser",
  "main": "main.js",
  "scripts": {
    "start": "electron .",
    "pack": "electron-builder --dir",
    "dist": "electron-builder",
    "release": "build",
    "publish": "build --mac --win --linux -p always -c.snap.publish=github"
  },
  "repository": "https://github.com/BobStrogg/teslacam-browser",
  "keywords": [
    "Electron",
    "Tesla",
    "TeslaCam",
    "browser"
  ],
  "author": "Chris Cavanagh <teslacam@chriscavanagh.com>",
  "license": "CC0-1.0",
  "build": {
    "appId": "cjc-teslacam-browser",
    "publish": [
      {
        "provider": "github",
        "owner": "bobstrogg",
        "repo": "teslacam-browser"
      }
    ],
    "dmg": {
      "publish": [
        "github"
      ],
      "contents": [
        {
          "x": 110,
          "y": 150
        },
        {
          "x": 240,
          "y": 150,
          "type": "link",
          "path": "/Applications"
        }
      ]
    },
    "linux": {
      "publish": [
        "github"
      ],
      "target": [
        "AppImage",
        "deb"
      ]
    },
    "win": {
      "publish": [
        "github"
      ],
      "target": "NSIS",
      "icon": "build/icon.ico"
    }
  },
  "devDependencies": {
    "electron": "^8.1.1",
    "electron-builder": "^20.44.4"
  },
  "dependencies": {
    "bootstrap": "^4.4.1",
    "bootstrap-vue": "^2.6.1",
    "buffer-alloc-unsafe": "^1.1.0",
    "electron-settings": "^3.2.0",
    "electron-updater": "^4.2.4",
    "express": "^4.17.1",
    "flatpickr": "^4.6.3",
    "jquery": "^3.3.1",
    "open-iconic": "^1.1.1",
    "popper.js": "^1.16.1",
    "serve-index": "^1.9.1",
    "vue": "^2.6.11",
    "yarn": "^1.22.4"
  }
}
