{
  "name": "electron-auto-updater-enhanced",
  "version": "1.3.1",
  "description": "Enhanced auto-updater for Electron applications",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "electron",
    "auto-updater",
    "update"
  ],
  "author": "Hu Lang",
  "license": "MIT",
  "dependencies": {
    "crypto": "^1.0.1",
    "decompress": "^4.2.1",
    "electron-updater": "^6.0.3",
    "fs-extra": "^11.1.1"
  },
  "peerDependencies": {
    "electron": ">=13.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/huhulanglang/electron-update.git"
  },
  "bugs": {
    "url": "https://github.com/huhulanglang/electron-update/issues"
  },
  "homepage": "https://github.com/huhulanglang/electron-update#readme"
}
