summaryrefslogtreecommitdiff
path: root/desktop/node_modules/@electron/osx-sign/package.json
blob: c7e4d44267d50034baa4cbd87a41b1090cef7363 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
  "name": "@electron/osx-sign",
  "version": "1.0.5",
  "description": "Codesign Electron macOS apps",
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "files": [
    "dist",
    "entitlements",
    "README.md",
    "LICENSE",
    "bin"
  ],
  "bin": {
    "electron-osx-flat": "bin/electron-osx-flat.js",
    "electron-osx-sign": "bin/electron-osx-sign.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/electron/osx-sign.git"
  },
  "author": "electron",
  "license": "BSD-2-Clause",
  "bugs": {
    "url": "https://github.com/electron/osx-sign/issues"
  },
  "homepage": "https://github.com/electron/osx-sign",
  "dependencies": {
    "compare-version": "^0.1.2",
    "debug": "^4.3.4",
    "fs-extra": "^10.0.0",
    "isbinaryfile": "^4.0.8",
    "minimist": "^1.2.6",
    "plist": "^3.0.5"
  },
  "devDependencies": {
    "@continuous-auth/semantic-release-npm": "^3.0.0",
    "@electron/get": "^2.0.2",
    "@types/compare-version": "^0.1.31",
    "@types/debug": "^4.1.7",
    "@types/fs-extra": "^9.0.13",
    "@types/node": "^16.11.6",
    "@types/plist": "^3.0.2",
    "@typescript-eslint/eslint-plugin": "^5.45.0",
    "@typescript-eslint/parser": "^5.45.0",
    "eslint": "^8.29.0",
    "eslint-config-eslint": "^7.0.0",
    "eslint-config-standard": "^17.0.0",
    "eslint-plugin-import": "^2.26.0",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-promise": "^6.1.1",
    "extract-zip": "^2.0.1",
    "mkdirp": "^1.0.4",
    "rimraf": "^3.0.2",
    "run-series": "^1.1.9",
    "run-waterfall": "^1.1.7",
    "standard": "^17.0.0",
    "tape": "^4.7.1",
    "typescript": "^4.9.3"
  },
  "scripts": {
    "build": "tsc && tsc -p tsconfig.esm.json",
    "lint": "eslint --ext .ts,.js src bin test",
    "pretest": "rimraf test/work",
    "test": "yarn lint && tape test",
    "prepublishOnly": "yarn build"
  },
  "standard": {
    "ignore": [
      "test/work"
    ]
  },
  "engines": {
    "node": ">=12.0.0"
  }
}