{
  "name": "vue-cli-plugin-electron-builder",
  "version": "2.1.1",
  "description": "Easily Build Your Vue.js App For Desktop With Electron",
  "main": "index.js",
  "types": "index.d.ts",
  "homepage": "https://nklayman.github.io/vue-cli-plugin-electron-builder/",
  "funding": "https://github.com/sponsors/nklayman",
  "scripts": {
    "test": "jest",
    "pretest": "rimraf __tests__/projects/*",
    "lint": "eslint .",
    "docs:dev": "vuepress dev docs",
    "docs:build": "vuepress build docs",
    "docs:deploy": "node ./deployDocs.js"
  },
  "keywords": [
    "electron",
    "vue",
    "cli",
    "vue-cli",
    "vue-cli-plugin",
    "webpack",
    "electron-builder",
    "electron-webpack"
  ],
  "repository": "https://github.com/nklayman/vue-cli-plugin-electron-builder.git",
  "author": "Noah Klayman <noahklayman@gmail.com>",
  "license": "MIT",
  "private": false,
  "dependencies": {
    "@vue/cli-shared-utils": "^4.5.6",
    "chokidar": "^3.0.2",
    "electron-builder": "^22.2.0",
    "execa": "^5.0.0",
    "friendly-errors-webpack-plugin": "^1.7.0",
    "fs-extra": "^9.0.1",
    "lodash.merge": "^4.6.1",
    "portfinder": "^1.0.16",
    "pumpify": "^2.0.1",
    "semver": "^7.3.2",
    "shebang-loader": "^0.0.1",
    "split2": "^3.0.0",
    "terser-webpack-plugin": "^3.0.3",
    "through2-filter": "^3.0.0",
    "through2-map": "^3.0.0",
    "unzip-crx": "^0.2.0",
    "webpack": "^4.18.0",
    "webpack-chain": "^6.0.0",
    "webpack-merge": "^4.2.2",
    "yargs": "^15.3.1"
  },
  "devDependencies": {
    "@vue/cli": "^4.0.0",
    "@vue/cli-plugin-babel": "^4.0.0",
    "@vue/cli-plugin-eslint": "^4.0.0",
    "@vue/cli-plugin-typescript": "^4.0.0",
    "@vue/cli-plugin-unit-jest": "^4.0.0",
    "@vue/cli-plugin-unit-mocha": "^4.0.0",
    "@vue/cli-service": "^4.0.0",
    "@vue/cli-test-utils": "^4.0.0",
    "@vue/eslint-config-typescript": "^7.0.0",
    "@vuepress/plugin-google-analytics": "^1.8.0",
    "chai": "^4.2.0",
    "chai-as-promised": "^7.1.1",
    "electron": "^13.1.4",
    "electron-devtools-installer": "^3.1.0",
    "eslint": "^7.2.0",
    "eslint-config-standard": "^16.0.2",
    "eslint-plugin-import": "^2.21.2",
    "eslint-plugin-node": "^11.0.0",
    "eslint-plugin-promise": "^5.1.0",
    "eslint-plugin-standard": "^5.0.0",
    "jest": "^24.8.0",
    "lnk": "^1.1.0",
    "rimraf": "^3.0.0",
    "spectron": "^15.0.0",
    "terminal-tasks": "^0.0.5",
    "typescript": "^3.9.5",
    "vue": "^2.5.20",
    "vue-template-compiler": "^2.5.20",
    "vuepress": "^1.5.1"
  }
}
