{
  "name": "@electron/packager",
  "version": "20.0.0",
  "description": "Customize and package your Electron app with OS-specific bundles (.app, .exe, etc.) via JS or CLI",
  "type": "module",
  "module": "./dist/index.js",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./resedit": {
      "types": "./dist/resedit.d.ts",
      "default": "./dist/resedit.js"
    }
  },
  "types": "./dist/index.d.ts",
  "bin": {
    "electron-packager": "./bin/electron-packager.mjs"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/electron/packager.git"
  },
  "author": "Mark Lee",
  "license": "BSD-2-Clause",
  "bugs": {
    "url": "https://github.com/electron/packager/issues"
  },
  "homepage": "https://github.com/electron/packager",
  "files": [
    "collaborators.md",
    "bin",
    "docs/*.md",
    "dist",
    "usage.txt"
  ],
  "dependencies": {
    "@electron/asar": "^4.0.1",
    "@electron/get": "^5.0.0",
    "@electron/notarize": "^3.1.0",
    "@electron/osx-sign": "^2.2.0",
    "@electron/universal": "^3.0.1",
    "@electron/windows-sign": "^2.0.2",
    "@malept/cross-spawn-promise": "^2.0.0",
    "debug": "^4.4.1",
    "extract-zip": "^2.0.1",
    "filenamify": "^6.0.0",
    "galactus": "^2.0.2",
    "graceful-fs": "^4.2.11",
    "junk": "^4.0.1",
    "parse-author": "^2.0.0",
    "plist": "^3.1.0",
    "resedit": "^2.0.3",
    "semver": "^7.7.2",
    "yargs-parser": "^22.0.0"
  },
  "devDependencies": {
    "@tsconfig/node22": "^22.0.2",
    "@types/debug": "^4.1.12",
    "@types/graceful-fs": "^4.1.9",
    "@types/node": "~22.10.7",
    "@types/parse-author": "^2.0.2",
    "@types/plist": "^3.0.5",
    "@types/semver": "^7.7.0",
    "@types/yargs-parser": "^21.0.3",
    "husky": "^9.1.7",
    "lint-staged": "^16.4.0",
    "oxfmt": "^0.44.0",
    "oxlint": "^1.59.0",
    "oxlint-tsgolint": "^0.20.0",
    "tsx": "^4.20.4",
    "typedoc": "~0.28.0",
    "typescript": "^6.0.2",
    "vitest": "^3.2.4"
  },
  "engines": {
    "node": ">= 22.12.0"
  },
  "publishConfig": {
    "provenance": true
  },
  "scripts": {
    "build": "tsc",
    "build:docs": "typedoc",
    "lint": "oxfmt --check . && oxlint",
    "lint:fix": "oxfmt --write . && oxlint --fix",
    "prepack": "npm run build",
    "test": "vitest run",
    "prepare": "husky"
  },
  "directories": {
    "test": "test"
  },
  "keywords": [
    "electron",
    "packager",
    "bundler",
    "app"
  ],
  "funding": {
    "url": "https://github.com/electron/packager?sponsor=1"
  },
  "lint-staged": {
    "*.{js,ts,mjs}": [
      "oxfmt --write",
      "oxlint --fix"
    ],
    "*.{json,html}": [
      "oxfmt --write"
    ]
  },
  "packageManager": "yarn@4.10.2"
}
