{
  "name": "@wixc3/engine-electron",
  "version": "45.5.0",
  "main": "dist/index.js",
  "exports": {
    ".": "./dist/index.js",
    "./dist/hosts": "./dist/hosts/index.js",
    "./package.json": "./package.json"
  },
  "peerDependencies": {
    "electron": ">=9"
  },
  "dependencies": {
    "@wixc3/engine-core": "^45.5.0",
    "@wixc3/engine-electron-commons": "^45.5.0",
    "@wixc3/engine-runtime-node": "^45.5.0"
  },
  "files": [
    "dist",
    "src",
    "!*/tsconfig.{json,tsbuildinfo}"
  ],
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "author": "Wix.com",
  "repository": "https://github.com/wixplosives/engine/tree/master/packages/electron",
  "homepage": "https://github.com/wixplosives/engine"
}
