{
  "name": "@electron/notarize",
  "version": "3.1.1",
  "description": "Notarize your Electron app",
  "type": "module",
  "exports": "./lib/index.js",
  "typings": "lib/index.d.ts",
  "author": "Samuel Attard",
  "license": "MIT",
  "homepage": "https://github.com/electron/notarize#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/electron/notarize.git"
  },
  "bugs": {
    "url": "https://github.com/electron/notarize/issues"
  },
  "scripts": {
    "build": "tsc",
    "build:docs": "typedoc",
    "lint": "prettier --check \"src/**/*.ts\"",
    "prettier:write": "prettier --write \"src/**/*.ts\"",
    "prepack": "yarn build",
    "test": "vitest run"
  },
  "files": [
    "lib"
  ],
  "engines": {
    "node": ">= 22.12.0"
  },
  "publishConfig": {
    "provenance": true
  },
  "devDependencies": {
    "@tsconfig/node22": "^22.0.0",
    "@types/debug": "^4.1.12",
    "@types/node": "~22.10.7",
    "@types/promise-retry": "^1.1.3",
    "prettier": "^3.4.2",
    "typedoc": "~0.25.13",
    "typedoc-plugin-missing-exports": "^2.2.0",
    "typescript": "~5.4.5",
    "vitest": "^3.0.8"
  },
  "dependencies": {
    "debug": "^4.4.0",
    "promise-retry": "^2.0.1"
  },
  "packageManager": "yarn@4.10.3+sha512.c38cafb5c7bb273f3926d04e55e1d8c9dfa7d9c3ea1f36a4868fa028b9e5f72298f0b7f401ad5eb921749eb012eb1c3bb74bf7503df3ee43fd600d14a018266f"
}
