{
  "name": "electron-update-checker-notifier",
  "version": "1.1.2",
  "description": "Notify user about new app updates by fetching release from Github repository.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "files": [
    "src",
    "dist",
    "types"
  ],
  "repository": "https://github.com/FabioLucenaRibas/electron-update-checker-notifier",
  "homepage": "https://github.com/FabioLucenaRibas/electron-update-checker-notifier",
  "keywords": [
    "electron",
    "update",
    "checker",
    "notification",
    "github",
    "release"
  ],
  "author": "fabiolucenaribas",
  "license": "MIT",
  "scripts": {
    "clean": "rm -rf ./dist",
    "watch": "tsc --watch",
    "prebuild": "npm run clean",
    "build": "tsc",
    "prepublishOnly": "npm run build"
  },
  "devDependencies": {
    "@types/github-url-to-object": "^4.0.1",
    "electron": "^25.2.0",
    "typescript": "^5.1.3"
  },
  "dependencies": {
    "@stdlib/string-format": "^0.0.3",
    "@types/semver": "^7.5.0",
    "axios": "^1.4.0",
    "github-url-to-object": "^4.0.6",
    "semver": "^7.5.3",
    "typed-emitter": "^2.1.0"
  },
  "peerDependencies": {
    "electron": "*"
  },
  "engines": {
    "node": ">=16.9.0"
  }
}
