UNPKG

@electron/notarize

Version:
51 lines (50 loc) 1.22 kB
{ "name": "@electron/notarize", "version": "3.0.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": "npx typedoc", "lint": "prettier --check \"src/**/*.ts\"", "prettier:write": "prettier --write \"src/**/*.ts\"", "prepare": "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" } }